object CollectionConverters
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
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit def seqIsParallelizable[A](coll: Seq[A]): Parallelizable[A, ParSeq[A]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- 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]]
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit def seqIsParallelizable[A](coll: Seq[A]): Parallelizable[A, ParSeq[A]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit