object TableFor11
Companion object for class TableFor11
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor11
to return another TableFor11
.
- Source
- TableFor1.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableFor11
- 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]: BuildFrom[TableFor11[A, B, C, D, E, F, G, H, I, J, K], (A, B, C, D, E, F, G, H, I, J, K), TableFor11[A, B, C, D, E, F, G, H, I, J, K]]
Implicit method enabling higher order functions of
TableFor11
to return sequences of typeTableFor11
.