Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Completable
-
Packages that use Task.Completable Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of Task.Completable in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement Task.Completable Modifier and Type Class Description classAbstractCollectable<T,R,O extends AbstractOrchestration<T,?>>A base implementation of aTask.CollectableandTask.Completable.Methods in com.oracle.coherence.concurrent.executor that return Task.Completable Modifier and Type Method Description Task.Completable<T,R>AbstractCollectable. andThen(Task.CompletionRunnable<? super R> runnable)Task.Completable<T,R>Task.Collectable. andThen(Task.CompletionRunnable<? super R> completionRunnable)Provide a runnable to call when the task has completed.Task.Completable<T,R>AbstractCollectable. until(com.tangosol.util.function.Remote.Predicate<? super R> predicate)Task.Completable<T,R>Task.Collectable. until(com.tangosol.util.function.Remote.Predicate<? super R> predicate)Sets theRemote.Predicateto determine when the collection of results will be considered completed, based on the collected result, after which no further results will be published toTask.Subscribers.
-