BuildFromLowPriority1
Attributes
- Source
- BuildFrom.scala
- Graph
-
- Supertypes
- Known subtypes
-
object BuildFrom
Members list
Implicits
Implicits
Builds the source collection type from an Iterable with SortedOps.
Builds the source collection type from an Iterable with SortedOps.
Type parameters
- A
-
the element type of the resulting sorted set, which must have an
Ordering - A0
-
the element type of the source sorted set
- CC
-
the higher-kinded type constructor of the sorted set collection (e.g.
TreeSet)
Attributes
- Returns
-
a
BuildFrominstance that builds a sortedCC[A](requiring anOrdering[A]) from elements of typeA, using thesortedIterableFactoryof the sourceCC[A0] - Source
- BuildFrom.scala
Attributes
- Source
- BuildFrom.scala
Inherited implicits
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
BuildFrominstance that builds aCC[A]from elements of typeA, using theiterableFactoryof the sourceCC[A0] - Inherited from:
- BuildFromLowPriority2
- Source
- BuildFrom.scala
Attributes
- Inherited from:
- BuildFromLowPriority2
- Source
- BuildFrom.scala