Index

A C D E F G I M O P R S T V 
All Classes and Interfaces|All Packages|Serialized Form

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.
recover(Function<Promise<?>, ? extends T>, Class<?>) - Method in interface org.osgi.util.promise.Promise
Recover from a failure of this Promise with a recovery value if the failure is an instance of a failure type.
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.
recoverWith(Function<Promise<?>, Promise<? extends T>>, Class<?>) - Method in interface org.osgi.util.promise.Promise
Recover from a failure of this Promise with a recovery Promise if the failure is an instance of a failure type.
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(CompletionStage<? extends T>) - Method in class org.osgi.util.promise.Deferred
Resolve the Promise associated with this Deferred with the specified CompletionStage.
resolveWith(Promise<? extends T>) - Method in class org.osgi.util.promise.Deferred
Resolve the Promise associated with this Deferred with the specified Promise.
A C D E F G I M O P R S T V 
All Classes and Interfaces|All Packages|Serialized Form