object CollectionConverters
Extension methods for .par
on sequential collections.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollectionConverters
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit final class ArrayIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
- implicit final class ConcurrentTrieMapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), ParTrieMap[K, V]]
- implicit final class ImmutableHashMapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), ParHashMap[K, V]]
- implicit final class ImmutableHashSetIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParHashSet[T]]
- implicit final class ImmutableIterableIsParallelizable[A] extends AnyVal with CustomParallelizable[A, immutable.ParIterable[A]]
- implicit final class ImmutableMapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), immutable.ParMap[K, V]]
- implicit final class ImmutableSeqIsParallelizable[A] extends AnyVal with CustomParallelizable[A, immutable.ParSeq[A]]
- implicit final class ImmutableSetIsParallelizable[A] extends AnyVal with CustomParallelizable[A, immutable.ParSet[A]]
- implicit final class IterableIsParallelizable[A] extends AnyVal with CustomParallelizable[A, ParIterable[A]]
- implicit final class MapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), ParMap[K, V]]
- implicit final class MutableArrayBufferIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
- implicit final class MutableArraySeqIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParArray[T]]
- implicit final class MutableHashMapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), ParHashMap[K, V]]
- implicit final class MutableHashSetIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParHashSet[T]]
- implicit final class MutableIterableIsParallelizable[A] extends AnyVal with CustomParallelizable[A, mutable.ParIterable[A]]
- implicit final class MutableMapIsParallelizable[K, V] extends AnyVal with CustomParallelizable[(K, V), mutable.ParMap[K, V]]
- implicit final class MutableSeqIsParallelizable[A] extends AnyVal with CustomParallelizable[A, mutable.ParSeq[A]]
- implicit final class MutableSetIsParallelizable[A] extends AnyVal with CustomParallelizable[A, mutable.ParSet[A]]
- implicit final class RangeIsParallelizable extends AnyVal with CustomParallelizable[Int, ParRange]
- implicit final class SetIsParallelizable[A] extends AnyVal with CustomParallelizable[A, ParSet[A]]
- implicit final class VectorIsParallelizable[T] extends AnyVal with CustomParallelizable[T, ParVector[T]]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def seqIsParallelizable[A](coll: Seq[A]): Parallelizable[A, ParSeq[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()