Uses of Interface
org.osgi.util.promise.PromiseImpl.Result
-
Uses of PromiseImpl.Result in org.osgi.util.promise
Classes in org.osgi.util.promise that implement PromiseImpl.ResultModifier and TypeClassDescription(package private) final classA callback used to resolve the chained Promise when the Promise is resolved.private final classA callback used to resolve the chained Promise when the PromiseImpl is resolved.private final classA callback used to resolve the chained Promise when the fallback Promise is resolved.(package private) final classA callback used by thePromiseImpl.fallbackTo(Promise,Class)method.(package private) final classA callback used by thePromiseImpl.filter(Predicate)method.(package private) final classA callback used by thePromiseImpl.flatMap(Function)method.(package private) final classA callback used by thePromiseImpl.map(Function)method.(package private) final classA callback used by thePromiseImpl.recover(Function,Class)method.(package private) final classA callback used by thePromiseImpl.recoverWith(Function,Class)method.private final classA callback used to resolve a Promise with another Promise for theDeferredPromiseImpl.resolveWith(Promise)method or with another CompletionStage for theDeferredPromiseImpl.resolveWith(CompletionStage)method.(package private) final classA callback used to chain promises for thePromiseImpl.then(Success, Failure)method.(package private) final classA callback used by thePromiseImpl.thenAccept(Consumer)method.(package private) final classA callback used by thePromiseImpl.timeout(long)method to schedule the timeout and to resolve the chained Promise and cancel the timeout.private final classA callback used for thePromiseImpl.onFailure(Consumer, Class)method.private final classA callback used for thePromiseImpl.onSuccess(Consumer)method.private final classA callback used for thePromiseImpl.toCompletionStage()method.Methods in org.osgi.util.promise with parameters of type PromiseImpl.ResultModifier and TypeMethodDescription(package private) voidDeferredPromiseImpl.result(PromiseImpl.Result<? super T> consumer) Accept the result of this PromiseImpl.(package private) voidFailedPromiseImpl.result(PromiseImpl.Result<? super T> consumer) Accept the result of this PromiseImpl.(package private) static <R> voidPromiseImpl.result(Promise<? extends R> promise, PromiseImpl.Result<? super R> consumer) Accept the result of the specified Promise.(package private) abstract voidPromiseImpl.result(PromiseImpl.Result<? super T> consumer) Accept the result of this PromiseImpl.(package private) voidResolvedPromiseImpl.result(PromiseImpl.Result<? super T> consumer) Accept the result of this PromiseImpl.