Class TForkJoinTask<V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Future<V>

    public abstract class TForkJoinTask<V>
    extends java.lang.Object
    implements java.util.concurrent.Future<V>, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TForkJoinTask()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.ForkJoinTask fork()  
      abstract V invoke()  
      java.lang.Object join()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.concurrent.Future

        cancel, get, get, isCancelled, isDone
    • Constructor Detail

      • TForkJoinTask

        public TForkJoinTask()
    • Method Detail

      • invoke

        public abstract V invoke()
      • fork

        public java.util.concurrent.ForkJoinTask fork()
      • join

        public java.lang.Object join()