Skip navigation links
OSGi® org.osgi.util.promise
Version 1.2.0
A C D E F G I M O P R S T V 

R

recover(Function<Promise<?>, ? extends T>) - Method in interface org.osgi.util.promise.Promise
Recover from a failure of this Promise with a recovery value.
recoverWith(Function<Promise<?>, Promise<? extends T>>) - Method in interface org.osgi.util.promise.Promise
Recover from a failure of this Promise with a recovery Promise.
resolve(T) - Method in class org.osgi.util.promise.Deferred
Successfully resolve the Promise associated with this Deferred.
resolved(T) - Method in class org.osgi.util.promise.PromiseFactory
Returns a new Promise that has been resolved with the specified value.
resolved(T) - Static method in class org.osgi.util.promise.Promises
Returns a new Promise that has been resolved with the specified value.
resolvedWith(CompletionStage<? extends T>) - Method in class org.osgi.util.promise.PromiseFactory
Returns a new Promise that will be resolved with the result of the specified CompletionStage.
resolvedWith(Promise<? extends T>) - Method in class org.osgi.util.promise.PromiseFactory
Returns a new Promise that will be resolved with the specified Promise.
resolveWith(Promise<? extends T>) - Method in class org.osgi.util.promise.Deferred
Resolve the Promise associated with this Deferred with the specified Promise.
resolveWith(CompletionStage<? extends T>) - Method in class org.osgi.util.promise.Deferred
Resolve the Promise associated with this Deferred with the specified CompletionStage.
A C D E F G I M O P R S T V 
Skip navigation links
OSGi® org.osgi.util.promise
Version 1.2.0

Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0