Packages

class ParSeqLikeZip[U >: T, S, That] extends ParSeqLikeTransformer[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]]

Attributes
protected[this]
Linear Supertypes
ParSeqLikeTransformer[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]], ParSeqLike.Transformer[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]], ParSeqLikeAccessor[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]], ParSeqLike.Accessor[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]], ParSeqLike.StrictSplitterCheckTask[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]], Task[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParSeqLikeZip
  2. ParSeqLikeTransformer
  3. Transformer
  4. ParSeqLikeAccessor
  5. Accessor
  6. StrictSplitterCheckTask
  7. Task
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParSeqLikeZip(len: Int, cf: CombinerFactory[(U, S), That], pit: SeqSplitter[T], otherpit: SeqSplitter[S])

Type Members

  1. type Result = Combiner[(U, S), That]
    Definition Classes
    Task

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. def forwardThrowable(): Unit
    Definition Classes
    Task
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def leaf(prev: Option[Result]): Unit

    Body of the task - non-divisible unit of work done by this task.

    Body of the task - non-divisible unit of work done by this task. Optionally is provided with the result from the previous completed task or None if there was no previous task (or the previous task is uncompleted or unknown).

    Definition Classes
    ParSeqLikeZipTask
  14. def merge(that: ParSeqLikeZip[U, S, That]): Unit

    Read of results of that task and merge them into results of this one.

    Read of results of that task and merge them into results of this one.

    Definition Classes
    ParSeqLikeZipTask
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def newSubtask(p: SuperParIterator): Nothing
    Attributes
    protected[this]
    Definition Classes
    ParSeqLikeZipAccessor
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val otherpit: SeqSplitter[S]
  20. val pit: SeqSplitter[T]
    Attributes
    protected[this]
    Definition Classes
    ParSeqLikeZipParSeqLikeAccessorAccessor
  21. def repr: ParSeqLikeZip[U, S, That]
    Definition Classes
    Task
  22. def requiresStrictSplitters: Boolean
    Definition Classes
    StrictSplitterCheckTask
  23. var result: Result

    A result that can be accessed once the task is completed.

    A result that can be accessed once the task is completed.

    Definition Classes
    ParSeqLikeZipTask
  24. def shouldSplitFurther: Boolean

    Decides whether or not this task should be split further.

    Decides whether or not this task should be split further.

    Definition Classes
    AccessorTask
  25. def split: immutable.Seq[ParSeqLikeZip[U, S, That]]

    Splits this task into a list of smaller tasks.

    Splits this task into a list of smaller tasks.

    Definition Classes
    ParSeqLikeZipAccessorTask
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. val throwable: Throwable
    Definition Classes
    Task
    Annotations
    @volatile()
  28. def toString(): String
    Definition Classes
    Accessor → AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ParSeqLikeTransformer[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]]

Inherited from ParSeqLike.Transformer[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]]

Inherited from ParSeqLikeAccessor[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]]

Inherited from ParSeqLike.Accessor[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]]

Inherited from ParSeqLike.StrictSplitterCheckTask[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]]

Inherited from Task[Combiner[(U, S), That], ParSeqLikeZip[U, S, That]]

Inherited from AnyRef

Inherited from Any

Ungrouped