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