scala.collection.BuildFromLowPriority1
Attributes
- Source
-
BuildFrom.scala
- Graph
-
- Supertypes
-
- Known subtypes
-
Members list
Builds the source collection type from an Iterable with SortedOps.
Builds the source collection type from an Iterable with SortedOps.
Type parameters
- CC
-
the higher-kinded type constructor of the sorted set collection (e.g. TreeSet)
Attributes
- Source
-
BuildFrom.scala
Builds the source collection type from an IterableOps.
Builds the source collection type from an IterableOps.
Type parameters
- CC
-
the higher-kinded type constructor of the iterable collection (e.g. List, Vector)
Attributes
- Inherited from:
-
BuildFromLowPriority2
- Source
-
BuildFrom.scala