Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Completable
Packages that use Task.Completable
Package
Description
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.CompletableModifier and TypeMethodDescriptionTask.Collectable.andThen
(Task.CompletionRunnable<? super R> completionRunnable) Provide a runnable to call when the task has completed.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.