BuildFromLowPriority1

object BuildFrom.type

Implicits

Implicits

implicit def buildFromSortedSetOps[CC <: ([X] =>> SortedSet[X] & SortedSetOps[X, LazyRef(...), _]), A0, A : Ordering]: 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

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 buildFromIterator[A]: BuildFrom[Iterator[_], A, Iterator[A]]