Packages

t

scala.collection

BuildFromLowPriority1

trait BuildFromLowPriority1 extends BuildFromLowPriority2

Source
BuildFrom.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildFromLowPriority1
  2. BuildFromLowPriority2
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def buildFromIterableOps[CC[X] <: Iterable[X] with 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

    Definition Classes
    BuildFromLowPriority2
  2. implicit def buildFromIterator[A]: BuildFrom[Iterator[_], A, Iterator[A]]
    Definition Classes
    BuildFromLowPriority2
  3. implicit def buildFromSortedSetOps[CC[X] <: SortedSet[X] with SortedSetOps[X, CC, _], A0, A](implicit arg0: Ordering[A]): BuildFrom[CC[A0], A, CC[A]]

    Build the source collection type from an Iterable with SortedOps

  4. implicit def fallbackStringCanBuildFrom[A]: BuildFrom[String, A, immutable.IndexedSeq[A]]