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.Result Modifier and Type Class Description (package private) classDeferredPromiseImpl.ChainA callback used to resolve the chained Promise when the Promise is resolved.private classDeferredPromiseImpl.ChainImplA callback used to resolve the chained Promise when the PromiseImpl is resolved.private classDeferredPromiseImpl.FallbackChainA callback used to resolve the chained Promise when the fallback Promise is resolved.(package private) classDeferredPromiseImpl.FallbackToA callback used by thePromiseImpl.fallbackTo(Promise,Class)method.(package private) classDeferredPromiseImpl.FilterA callback used by thePromiseImpl.filter(Predicate)method.(package private) classDeferredPromiseImpl.FlatMap<P>A callback used by thePromiseImpl.flatMap(Function)method.(package private) classDeferredPromiseImpl.Map<P>A callback used by thePromiseImpl.map(Function)method.(package private) classDeferredPromiseImpl.RecoverA callback used by thePromiseImpl.recover(Function,Class)method.(package private) classDeferredPromiseImpl.RecoverWithA callback used by thePromiseImpl.recoverWith(Function,Class)method.private classDeferredPromiseImpl.ResolveWithA 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) classDeferredPromiseImpl.Then<P>A callback used to chain promises for thePromiseImpl.then(Success, Failure)method.(package private) classDeferredPromiseImpl.ThenAcceptA callback used by thePromiseImpl.thenAccept(Consumer)method.(package private) classDeferredPromiseImpl.TimeoutA callback used by thePromiseImpl.timeout(long)method to schedule the timeout and to resolve the chained Promise and cancel the timeout.private classPromiseImpl.OnFailure<F>A callback used for thePromiseImpl.onFailure(Consumer, Class)method.private classPromiseImpl.OnSuccessA callback used for thePromiseImpl.onSuccess(Consumer)method.private classPromiseImpl.ToCompletionStageA callback used for thePromiseImpl.toCompletionStage()method.Methods in org.osgi.util.promise with parameters of type PromiseImpl.Result Modifier and Type Method Description (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.
-