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