Packages

class WrappedTask[R, Tp] extends RecursiveAction with AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp] with AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Linear Supertypes
AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp], AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp], AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp], RecursiveAction, ForkJoinTask[Void], java.io.Serializable, Future[Void], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedTask
  2. WrappedTask
  3. WrappedTask
  4. WrappedTask
  5. RecursiveAction
  6. ForkJoinTask
  7. Serializable
  8. Future
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedTask(body: Task[R, Tp])

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. val body: Task[R, Tp]

    the body of this task - what it executes, how it gets split and how results are merged.

    the body of this task - what it executes, how it gets split and how results are merged.

    Definition Classes
    WrappedTaskWrappedTask
  6. def cancel(arg0: Boolean): Boolean
    Definition Classes
    ForkJoinTask → Future
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def compareAndSetForkJoinTaskTag(arg0: Short, arg1: Short): Boolean
    Definition Classes
    ForkJoinTask
  9. def complete(arg0: Void): Unit
    Definition Classes
    ForkJoinTask
  10. def completeExceptionally(arg0: java.lang.Throwable): Unit
    Definition Classes
    ForkJoinTask
  11. def compute(): Unit

    Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf.

    Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf.

    Definition Classes
    WrappedTaskWrappedTask
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def exec(): Boolean
    Attributes
    protected[java.util.concurrent]
    Definition Classes
    RecursiveAction → ForkJoinTask
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def fork(): ForkJoinTask[Void]
    Definition Classes
    ForkJoinTask
  17. final def get(arg0: Long, arg1: TimeUnit): Void
    Definition Classes
    ForkJoinTask → Future
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @throws(classOf[java.util.concurrent.ExecutionException]) @throws(classOf[java.util.concurrent.TimeoutException])
  18. final def get(): Void
    Definition Classes
    ForkJoinTask → Future
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @throws(classOf[java.util.concurrent.ExecutionException])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def getException(): java.lang.Throwable
    Definition Classes
    ForkJoinTask
  21. final def getForkJoinTaskTag(): Short
    Definition Classes
    ForkJoinTask
  22. final def getRawResult(): Void
    Definition Classes
    RecursiveAction → ForkJoinTask
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def internal(): Unit
    Definition Classes
    WrappedTask
  25. final def invoke(): Void
    Definition Classes
    ForkJoinTask
  26. final def isCancelled(): Boolean
    Definition Classes
    ForkJoinTask → Future
  27. final def isCompletedAbnormally(): Boolean
    Definition Classes
    ForkJoinTask
  28. final def isCompletedNormally(): Boolean
    Definition Classes
    ForkJoinTask
  29. final def isDone(): Boolean
    Definition Classes
    ForkJoinTask → Future
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def join(): Void
    Definition Classes
    ForkJoinTask
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val next: AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]
    Definition Classes
    WrappedTask
    Annotations
    @volatile()
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def printChain(): Unit
    Definition Classes
    WrappedTask
  37. final def quietlyComplete(): Unit
    Definition Classes
    ForkJoinTask
  38. final def quietlyInvoke(): Unit
    Definition Classes
    ForkJoinTask
  39. final def quietlyJoin(): Unit
    Definition Classes
    ForkJoinTask
  40. def reinitialize(): Unit
    Definition Classes
    ForkJoinTask
  41. def release(): Unit

    If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation.

    If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation. If they aren't, this release method should be called after processing the cancelled task.

    This method may be overridden.

    Definition Classes
    WrappedTask
  42. final def setForkJoinTaskTag(arg0: Short): Short
    Definition Classes
    ForkJoinTask
  43. final def setRawResult(arg0: Void): Unit
    Attributes
    protected[java.util.concurrent]
    Definition Classes
    RecursiveAction → ForkJoinTask
  44. val shouldWaitFor: Boolean
    Definition Classes
    WrappedTask
    Annotations
    @volatile()
  45. def spawnSubtasks(): AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]
    Definition Classes
    WrappedTask
  46. def split: immutable.Seq[WrappedTask[R, Tp]]
    Definition Classes
    WrappedTaskWrappedTaskWrappedTask
  47. def start(): Unit

    Start task.

    Start task.

    Definition Classes
    WrappedTaskWrappedTask
  48. def sync(): Unit

    Wait for task to finish.

    Wait for task to finish.

    Definition Classes
    WrappedTaskWrappedTask
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def tryCancel(): Boolean

    Try to cancel the task.

    Try to cancel the task.

    returns

    true if cancellation is successful.

    Definition Classes
    WrappedTaskWrappedTask
  52. def tryUnfork(): Boolean
    Definition Classes
    ForkJoinTask
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Inherited from AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Inherited from AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Inherited from RecursiveAction

Inherited from ForkJoinTask[Void]

Inherited from java.io.Serializable

Inherited from Future[Void]

Inherited from AnyRef

Inherited from Any

Ungrouped