Interface Task.Completable<T,R>
-
- Type Parameters:
T- the type of theTaskR- the type of the result
- All Superinterfaces:
Task.Collectable<T,R>
public static interface Task.Completable<T,R> extends Task.Collectable<T,R>
ATask.Collectablethat supports performing operations when aTaskorchestration is complete.
-
-
Method Summary
-
Methods inherited from interface com.oracle.coherence.concurrent.executor.Task.Collectable
andThen, submit, subscribe, until
-
-