object TableFor12
Companion object for class TableFor12
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor12
to return another TableFor12
.
- Source
- TableFor1.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableFor12
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit def canBuildFrom[A, B, C, D, E, F, G, H, I, J, K, L]: BuildFrom[TableFor12[A, B, C, D, E, F, G, H, I, J, K, L], (A, B, C, D, E, F, G, H, I, J, K, L), TableFor12[A, B, C, D, E, F, G, H, I, J, K, L]]
Implicit method enabling higher order functions of
TableFor12
to return sequences of typeTableFor12
.