Attributes
- Companion
- trait
- Source
- BuildFrom.scala
- Graph
-
- Supertypes
- Self type
-
BuildFrom.type
Members list
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)
Attributes
- 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)
Attributes
- 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
- CC
-
the higher-kinded type constructor of the iterable collection (e.g.
List,Vector)
Attributes
- 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
- CC
-
the higher-kinded type constructor of the sorted set collection (e.g.
TreeSet)
Attributes
- Inherited from:
- BuildFromLowPriority1
- Source
- BuildFrom.scala
Attributes
- Inherited from:
- BuildFromLowPriority1
- Source
- BuildFrom.scala