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