BuildFromLowPriority1

scala.collection.BuildFromLowPriority1

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BuildFrom

Members list

Implicits

Implicits

implicit def buildFromSortedSetOps[CC <: ([X] =>> SortedSet[X] & SortedSetOps[X, CC, _]), A0, A : Ordering]: BuildFrom[CC[A0] & SortedSet[A0], A, CC[A] & SortedSet[A]]

Build the source collection type from an Iterable with SortedOps

Build the source collection type from an Iterable with SortedOps

Attributes

Inherited implicits

implicit def buildFromIterableOps[CC <: ([X] =>> Iterable[X] & IterableOps[X, CC, _]), A0, A]: BuildFrom[CC[A0], A, CC[A]]

Build the source collection type from an IterableOps

Build the source collection type from an IterableOps

Attributes

Inherited from:
BuildFromLowPriority2
implicit def buildFromIterator[A]: BuildFrom[Iterator[_], A, Iterator[A]]

Attributes

Inherited from:
BuildFromLowPriority2