abstract class ForkJoinTask[V] extends Future[V] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForkJoinTask
  2. Serializable
  3. Future
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ForkJoinTask()

Abstract Value Members

  1. abstract def exec(): Boolean
    Attributes
    protected
  2. abstract def getRawResult(): V
  3. abstract def setRawResult(value: V): Unit
    Attributes
    protected

Concrete 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 cancel(mayInterruptIfRunning: Boolean): Boolean
    Definition Classes
    ForkJoinTaskFuture
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def compareAndSetForkJoinTaskTag(expect: Short, update: Short): Boolean
    Annotations
    @tailrec()
  8. def complete(value: V): Unit
  9. def completeExceptionally(ex: Throwable): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def exceptionNow(): Throwable
    Definition Classes
    ForkJoinTaskFuture
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def fork(): ForkJoinTask[V]
  15. final def get(timeout: Long, unit: TimeUnit): V
    Definition Classes
    ForkJoinTaskFuture
    Annotations
    @throws(scala.this.throws.<init>$default$1[InterruptedException]) @throws(scala.this.throws.<init>$default$1[java.util.concurrent.ExecutionException]) @throws(scala.this.throws.<init>$default$1[java.util.concurrent.TimeoutException])
  16. final def get(): V
    Definition Classes
    ForkJoinTaskFuture
    Annotations
    @throws(scala.this.throws.<init>$default$1[InterruptedException]) @throws(scala.this.throws.<init>$default$1[java.util.concurrent.ExecutionException])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def getException(): Throwable
  19. final def getForkJoinTaskTag(): Short
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def invoke(): V
  22. final def isCancelled(): Boolean
    Definition Classes
    ForkJoinTaskFuture
  23. final def isCompletedAbnormally(): Boolean
  24. final def isCompletedNormally(): Boolean
  25. final def isDone(): Boolean
    Definition Classes
    ForkJoinTaskFuture
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def join(): V
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def quietlyComplete(): Unit
  32. final def quietlyInvoke(): Unit
  33. final def quietlyJoin(timeout: Long, unit: TimeUnit): Boolean
  34. final def quietlyJoin(): Unit
  35. final def quietlyJoinUninterruptibly(timeout: Long, unit: TimeUnit): Boolean
  36. def reinitialize(): Unit
  37. def resultNow(): V
    Definition Classes
    ForkJoinTaskFuture
  38. final def setForkJoinTaskTag(newValue: Short): Short
    Annotations
    @tailrec()
  39. def state(): State
    Definition Classes
    ForkJoinTaskFuture
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def tryUnfork(): Boolean
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Future[V]

Inherited from AnyRef

Inherited from Any

Ungrouped