o

scala.collection.parallel

CollectionConverters

object CollectionConverters

Extension methods for .par on sequential collections.

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

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 IterableIsParallelizable[A] extends AnyVal with CustomParallelizable[A, ParIterable[A]]
  10. implicit final class MapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), ParMap[K, V]]
  11. implicit final class MutableArrayBufferIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
  12. implicit final class MutableArraySeqIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
  13. implicit final class MutableHashMapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), ParHashMap[K, V]]
  14. implicit final class MutableHashSetIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParHashSet[T]]
  15. implicit final class MutableIterableIsParallelizable[A] extends AnyVal with CustomParallelizable[A, mutable.ParIterable[A]]
  16. implicit final class MutableMapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), mutable.ParMap[K, V]]
  17. implicit final class MutableSeqIsParallelizable[A] extends AnyVal with CustomParallelizable[A, mutable.ParSeq[A]]
  18. implicit final class MutableSetIsParallelizable[A] extends AnyVal with CustomParallelizable[A, mutable.ParSet[A]]
  19. implicit final class RangeIsParallelizable extends AnyVal with CustomParallelizable[Int, ParRange]
  20. implicit final class SetIsParallelizable[A] extends AnyVal with CustomParallelizable[A, ParSet[A]]
  21. implicit final class VectorIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParVector[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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. implicit def seqIsParallelizable[A](coll: Seq[A]): Parallelizable[A, ParSeq[A]]
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped