object CollectionConverters extends CollectionConvertersLowPriority
Extension methods for .par
on sequential collections.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollectionConverters
- CollectionConvertersLowPriority
- 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 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 TraversableIsParallelizable [A] extends AnyVal with CustomParallelizable[A, ParIterable[A]]
- implicit final class VectorIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParVector[T]]
- implicit final class WrappedArrayIsParallelizable [T] extends AnyVal with CustomParallelizable[T, ParArray[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( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
implicit
def
genMapLikeIsParallelizable[K, V, Repr](coll: GenMapLike[K, V, Repr]): Parallelizable[(K, V), ParMap[K, V]]
- Definition Classes
- CollectionConvertersLowPriority
-
implicit
def
genSeqLikeIsParallelizable[A, Repr](coll: GenSeqLike[A, Repr]): Parallelizable[A, ParSeq[A]]
- Definition Classes
- CollectionConvertersLowPriority
-
implicit
def
genSetLikeIsParallelizable[A, Repr](coll: GenSetLike[A, Repr]): Parallelizable[A, ParSet[A]]
- Definition Classes
- CollectionConvertersLowPriority
-
implicit
def
genTraversableLikeIsParallelizable[A, Repr](coll: GenTraversableLike[A, Repr]): Parallelizable[A, ParIterable[A]]
- Definition Classes
- CollectionConvertersLowPriority
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )