- Companion
- class
- Source
- BuildFrom.scala
Implicits
Implicits
implicit def buildFromMapOps[CC <: ([X, Y] =>> Map[X, Y] & MapOps[X, Y, LazyRef(...), _]), K0, V0, K, V]: BuildFrom[K0 CC V0, (K, V), K CC V]
Build the source collection type from a MapOps
Build the source collection type from a MapOps
- Source
- BuildFrom.scala
implicit def buildFromSortedMapOps[CC <: ([X, Y] =>> SortedMap[X, Y] & SortedMapOps[X, Y, LazyRef(...), _]), K0, V0, K, V](implicit evidence$1: Ordering[K]): BuildFrom[K0 CC V0, (K, V), K CC V]
Build the source collection type from a SortedMapOps
Build the source collection type from a SortedMapOps
- Source
- BuildFrom.scala
Inherited implicits
implicit def buildFromIterableOps[CC <: ([X] =>> Iterable[X] & IterableOps[X, LazyRef(...), _]), A0, A]: BuildFrom[CC[A0], A, CC[A]]
Build the source collection type from an IterableOps
Build the source collection type from an IterableOps
- Inherited from
- BuildFromLowPriority2
- Source
- BuildFrom.scala
implicit def buildFromSortedSetOps[CC <: ([X] =>> SortedSet[X] & SortedSetOps[X, LazyRef(...), _]), A0, A](implicit evidence$3: Ordering[A]): BuildFrom[CC[A0], A, CC[A]]
Build the source collection type from an Iterable with SortedOps
Build the source collection type from an Iterable with SortedOps
- Inherited from
- BuildFromLowPriority1
- Source
- BuildFrom.scala