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.InlineCallback 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.(package private) classDeferredPromiseImpl.DelayA callback used by thePromiseImpl.delay(long)method to delay chaining a promise.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.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.TimeoutA callback used by thePromiseImpl.timeout(long)method to schedule the timeout and to resolve the chained Promise and cancel the timeout.private static 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.
-