object TableFor22
Companion object for class TableFor22
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor22
to return another TableFor22
.
- Source
- TableFor1.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableFor22
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
implicit
def
canBuildFrom[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]: CanBuildFrom[TableFor22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V], (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V), TableFor22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]]
Implicit method enabling higher order functions of
TableFor22
to return sequences of typeTableFor22
.Implicit method enabling higher order functions of
TableFor22
to return sequences of typeTableFor22
.