Packages

p

scala

collection

package collection

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CustomParallelizable [+A, +ParRepr <: Parallel] extends Parallelizable[A, ParRepr]
  2. trait Parallelizable [+A, +ParRepr <: Parallel] extends Any

    This trait describes collections which can be turned into parallel collections by invoking the method par.

    This trait describes collections which can be turned into parallel collections by invoking the method par. Parallelizable collections may be parameterized with a target type different than their own.

    A

    the type of the elements in the collection

    ParRepr

    the actual type of the collection, which has to be parallel

Value Members

  1. def breakOut[From, T, To](implicit b: CanBuildFrom[Nothing, T, To]): CanBuildFrom[From, T, To]

Inherited from AnyRef

Inherited from Any

Ungrouped