Packages

object TableFor1

Companion object for class TableFor1 that provides an implicit canBuildFrom method that enables higher order functions defined on TableFor1 to return another TableFor1.

Source
TableFor1.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableFor1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def canBuildFrom[A]: CanBuildFrom[TableFor1[A], A, TableFor1[A]]

    Implicit method enabling higher order functions of TableFor1 to return sequences of type TableFor1.

    Implicit method enabling higher order functions of TableFor1 to return sequences of type TableFor1.