Attributes
- Companion
- trait
- Source
- BuildFrom.scala
- Graph
-
- Supertypes
- Self type
-
BuildFrom.type
Members list
Givens
Givens
Attributes
- Source
- BuildFrom.scala
Implicits
Implicits
Attributes
- Source
- BuildFrom.scala
Attributes
- Source
- BuildFrom.scala
Builds the source collection type from a MapOps.
Builds the source collection type from a MapOps.
Type parameters
- CC
-
the higher-kinded type constructor of the map collection (e.g.
HashMap) - K
-
the key type of the resulting map
- K0
-
the key type of the source map
- V
-
the value type of the resulting map
- V0
-
the value type of the source map
Attributes
- Returns
-
a
BuildFrominstance that builds aCC[K, V]from(K, V)pairs, using themapFactoryof the sourceCC[K0, V0] - Source
- BuildFrom.scala
Builds the source collection type from a SortedMapOps.
Builds the source collection type from a SortedMapOps.
Type parameters
- CC
-
the higher-kinded type constructor of the sorted map collection (e.g.
TreeMap) - K
-
the key type of the resulting sorted map, which must have an
Ordering - K0
-
the key type of the source sorted map
- V
-
the value type of the resulting sorted map
- V0
-
the value type of the source sorted map
Attributes
- Returns
-
a
BuildFrominstance that builds aCC[K, V]from(K, V)pairs, using thesortedMapFactoryof the sourceCC[K0, V0] - Source
- BuildFrom.scala
Attributes
- Source
- BuildFrom.scala
Attributes
- 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
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] - Inherited from:
- BuildFromLowPriority1
- Source
- BuildFrom.scala
Attributes
- Inherited from:
- BuildFromLowPriority1
- Source
- BuildFrom.scala