BuildFromLowPriority1 (original) (raw)
scala.collection.BuildFromLowPriority1
trait BuildFromLowPriority1 extends BuildFromLowPriority2
Attributes
Source
Graph
Supertypes
trait BuildFromLowPriority2
class Object
trait Matchable
class Any
Known subtypes
object BuildFrom
Members list
Implicits
Implicits
implicit def buildFromSortedSetOps[CC <: ([X] =>> SortedSet[X] & SortedSetOps[X, LazyRef(...), _]), 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
Source
implicit def fallbackStringCanBuildFrom[A]: BuildFrom[String, A, IndexedSeq[A]]
Attributes
Source
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
Attributes
Inherited from:
Source
implicit def buildFromIterator[A]: BuildFrom[Iterator[_], A, Iterator[A]]
Attributes
Inherited from:
Source