object ParSet extends ParSetFactory[ParSet]
This object provides a set of operations needed to create
values.
mutable.ParSet
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParSet
- ParSetFactory
- GenericParCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class GenericCanCombineFrom[A] extends CanCombineFrom[CC[_], A, CC[A]]
- Definition Classes
- ParSetFactory
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
- def apply[A](elems: A*): ParSet[A]
Creates a $coll with the specified elements.
Creates a $coll with the specified elements.
- A
the type of the ${coll}'s elements
- elems
the elements of the created $coll
- returns
a new $coll with elements
elems
- Definition Classes
- GenericParCompanion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def canBuildFrom[T]: CanCombineFrom[ParSet[_], T, ParSet[T]]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def empty[A]: ParSet[A]
An empty collection of type
ParIterable
[A]An empty collection of type
ParIterable
[A]- A
the type of the ${coll}'s elements
- Definition Classes
- GenericParCompanion
- 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
- def newBuilder[T]: Combiner[T, ParSet[T]]
The default builder for
mutable.ParSet
objects.The default builder for
mutable.ParSet
objects.- Definition Classes
- ParSet → ParSetFactory → GenericParCompanion
- def newCombiner[T]: Combiner[T, ParSet[T]]
The parallel builder for
mutable.ParSet
objects.The parallel builder for
mutable.ParSet
objects.- Definition Classes
- ParSet → ParSetFactory → GenericParCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def toFactory[A]: Factory[A, ParSet[A]]
- Definition Classes
- GenericParCompanion
- 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()