TableFor3

object TableFor3

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

Companion:
class
class Object
trait Matchable
class Any

Implicits

Implicits

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

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

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