scala.collection.BuildFrom
See theBuildFrom companion trait
object BuildFrom extends BuildFromLowPriority1
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.
implicit def buildFromSortedMapOps[CC <: ([X, Y] =>> SortedMap[X, Y] & SortedMapOps[X, Y, CC, _]), K0, V0, K : Ordering, V]: BuildFrom[CC[K0, V0] & SortedMap[K0, V0], (K, V), CC[K, V] & SortedMap[K, V]]
Builds the source collection type from a SortedMapOps.
Attributes
- Source
- BuildFrom.scala
Attributes
- Source
- BuildFrom.scala
Attributes
- Source
- BuildFrom.scala
Inherited implicits
implicit def buildFromIterableOps[CC <: ([X] =>> Iterable[X] & IterableOps[X, CC, _]), A0, A]: BuildFrom[CC[A0], A, CC[A]]
Builds the source collection type from an IterableOps.
Builds the source collection type from an IterableOps.
Attributes
- Inherited from:
- BuildFromLowPriority2
- Source
- BuildFrom.scala
Attributes
- Inherited from:
- BuildFromLowPriority2
- Source
- BuildFrom.scala
implicit def buildFromSortedSetOps[CC <: ([X] =>> SortedSet[X] & SortedSetOps[X, CC, _]), A0, A : Ordering]: BuildFrom[CC[A0] & SortedSet[A0], A, CC[A] & SortedSet[A]]
Builds the source collection type from an Iterable with SortedOps.
Builds the source collection type from an Iterable with SortedOps.
Attributes
- Inherited from:
- BuildFromLowPriority1
- Source
- BuildFrom.scala
Attributes
- Inherited from:
- BuildFromLowPriority1
- Source
- BuildFrom.scala
In this article