Packages

object TraversableOnce

Source
TraversableOnce.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TraversableOnce
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class FlattenOps [A] extends AnyRef
  2. class ForceImplicitAmbiguity extends AnyRef
  3. implicit class MonadOps [+A] extends AnyRef
  4. class OnceCanBuildFrom [A] extends BufferedCanBuildFrom[A, TraversableOnce]

    With the advent of TraversableOnce, it can be useful to have a builder which operates on Iterators so they can be treated uniformly along with the collections.

    With the advent of TraversableOnce, it can be useful to have a builder which operates on Iterators so they can be treated uniformly along with the collections. See scala.util.Random.shuffle or scala.concurrent.Future.sequence for an example.

Value Members

  1. implicit def OnceCanBuildFrom[A]: OnceCanBuildFrom[A]

    Evidence for building collections from TraversableOnce collections

  2. implicit def alternateImplicit[A](trav: TraversableOnce[A]): ForceImplicitAmbiguity
  3. implicit def flattenTraversableOnce[A, CC[_]](travs: TraversableOnce[CC[A]])(implicit ev: (CC[A]) ⇒ TraversableOnce[A]): FlattenOps[A]