o

scala.collection.parallel

CollectionConverters

object CollectionConverters extends CollectionConvertersLowPriority

Extension methods for .par on sequential collections.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectionConverters
  2. CollectionConvertersLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class ArrayIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
  2. implicit final class ConcurrentTrieMapIsParallelizable [K, V] extends AnyVal with CustomParallelizable[(K, V), ParTrieMap[K, V]]
  3. implicit final class ImmutableHashMapIsParallelizable [K, V] extends AnyVal with CustomParallelizable[(K, V), ParHashMap[K, V]]
  4. implicit final class ImmutableHashSetIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParHashSet[T]]
  5. implicit final class ImmutableIterableIsParallelizable [A] extends AnyVal with CustomParallelizable[A, immutable.ParIterable[A]]
  6. implicit final class ImmutableMapIsParallelizable [K, V] extends AnyVal with CustomParallelizable[(K, V), immutable.ParMap[K, V]]
  7. implicit final class ImmutableSeqIsParallelizable [A] extends AnyVal with CustomParallelizable[A, immutable.ParSeq[A]]
  8. implicit final class ImmutableSetIsParallelizable [A] extends AnyVal with CustomParallelizable[A, immutable.ParSet[A]]
  9. implicit final class MapIsParallelizable [K, V] extends AnyVal with CustomParallelizable[(K, V), ParMap[K, V]]
  10. implicit final class MutableArrayBufferIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
  11. implicit final class MutableArraySeqIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
  12. implicit final class MutableHashMapIsParallelizable [K, V] extends AnyVal with CustomParallelizable[(K, V), ParHashMap[K, V]]
  13. implicit final class MutableHashSetIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParHashSet[T]]
  14. implicit final class MutableIterableIsParallelizable [A] extends AnyVal with CustomParallelizable[A, mutable.ParIterable[A]]
  15. implicit final class MutableMapIsParallelizable [K, V] extends AnyVal with CustomParallelizable[(K, V), mutable.ParMap[K, V]]
  16. implicit final class MutableSeqIsParallelizable [A] extends AnyVal with CustomParallelizable[A, mutable.ParSeq[A]]
  17. implicit final class MutableSetIsParallelizable [A] extends AnyVal with CustomParallelizable[A, mutable.ParSet[A]]
  18. implicit final class RangeIsParallelizable extends AnyVal with CustomParallelizable[Int, ParRange]
  19. implicit final class SetIsParallelizable [A] extends AnyVal with CustomParallelizable[A, ParSet[A]]
  20. implicit final class TraversableIsParallelizable [A] extends AnyVal with CustomParallelizable[A, ParIterable[A]]
  21. implicit final class VectorIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParVector[T]]
  22. implicit final class WrappedArrayIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParArray[T]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. implicit def genMapLikeIsParallelizable[K, V, Repr](coll: GenMapLike[K, V, Repr]): Parallelizable[(K, V), ParMap[K, V]]
  10. implicit def genSeqLikeIsParallelizable[A, Repr](coll: GenSeqLike[A, Repr]): Parallelizable[A, ParSeq[A]]
  11. implicit def genSetLikeIsParallelizable[A, Repr](coll: GenSetLike[A, Repr]): Parallelizable[A, ParSet[A]]
  12. implicit def genTraversableLikeIsParallelizable[A, Repr](coll: GenTraversableLike[A, Repr]): Parallelizable[A, ParIterable[A]]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped