Uses of Class
com.oracle.coherence.concurrent.executor.Result
Packages that use Result
Package
Description
Classes to allow submission of tasks to the grid for execution.
Various predicates used by the Executor Service.
-
Uses of Result in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor that return Result -
Uses of Result in com.oracle.coherence.concurrent.executor.function
Methods in com.oracle.coherence.concurrent.executor.function that return types with arguments of type ResultModifier and TypeMethodDescriptionstatic <T> Remote.Predicate
<Result<T>> Predicates.available()
Obtains aRemote.Predicate
that succeeds whenisPresent()
()}.static <T> Remote.Predicate
<Result<T>> Predicates.onException()
Obtains aRemote.Predicate
to ensure that theThrowable
is handled.static <T> Remote.Predicate
<Result<T>> Predicates.onException
(Throwable throwable) Methods in com.oracle.coherence.concurrent.executor.function with parameters of type Result