Uses of Class
com.oracle.coherence.concurrent.executor.Result
-
Packages that use Result Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.function 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 Modifier and Type Method Description static <T> Result<T>Result. none()Constructs anResultrepresenting no value.static <T> Result<T>Result. of(T value)Constructs anResultwith a specific value.static ResultResult. throwable(Throwable throwable) -
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 Result Modifier and Type Method Description static <T> Remote.Predicate<Result<T>>Predicates. available()Obtains aRemote.Predicatethat succeeds whenisPresent()()}.static <T> Remote.Predicate<Result<T>>Predicates. onException()Obtains aRemote.Predicateto ensure that theThrowableis handled.static <T> Remote.Predicate<Result<T>>Predicates. onException(Throwable throwable)Methods in com.oracle.coherence.concurrent.executor.function with parameters of type Result Modifier and Type Method Description booleanPredicates.IsValuePredicate. test(Result<T> result)booleanPredicates.ThrowablePredicate. test(Result<T> result)
-