scala.collection.BuildFromLowPriority2
Attributes
- Source
-
BuildFrom.scala
- Graph
-
- Supertypes
-
- Known subtypes
-
Members list
Builds the source collection type from an IterableOps.
Builds the source collection type from an IterableOps.
Type parameters
- A
-
the element type of the resulting iterable
- A0
-
the element type of the source iterable
- CC
-
the higher-kinded type constructor of the iterable collection (e.g. List, Vector)
Attributes
- Returns
-
a BuildFrom instance that builds a CC[A] from elements of type A, using the iterableFactory of the source CC[A0]
- Source
-
BuildFrom.scala