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
Methods in com.oracle.coherence.concurrent.executor that return Task.Completable Modifier and Type Method Description 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>
Task.Collectable. until(Remote.Predicate<? super R> predicate)
Sets theRemote.Predicate
to determine when the collection of results will be considered completed, based on the collected result, after which no further results will be published toTask.Subscriber
s.
-