Uses of Interface
org.osgi.util.promise.PromiseImpl.InlineCallback
-
Uses of PromiseImpl.InlineCallback in org.osgi.util.promise
Classes in org.osgi.util.promise that implement PromiseImpl.InlineCallbackModifier 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.(package private) final classA callback used by thePromiseImpl.delay(long)method to delay chaining a promise.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.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 by thePromiseImpl.timeout(long)method to schedule the timeout and to resolve the chained Promise and cancel the timeout.private static final classPromiseFactory.All<T,S extends T> A callback used to resolve the specified Promise when the specified list of Promises are resolved for thePromiseFactory.all(Collection)method.