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