TableFor2

object TableFor2

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

Companion:
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def canBuildFrom[A, B]: BuildFrom[TableFor2[A, B], (A, B), TableFor2[A, B]]

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

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