- recover(<any>) - Method in interface org.osgi.util.promise.Promise
-
Recover from a failure of this Promise with a recovery value.
- recoverWith(<any>) - 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.