- fail(Throwable) - Method in class org.apache.aries.async.promise.PromiseImpl
-
- fail(Throwable) - Method in class org.osgi.util.promise.Deferred
-
Fail the Promise associated with this Deferred.
- fail(Promise<?>) - Method in interface org.osgi.util.promise.Failure
-
Failure callback for a Promise.
- failed(Throwable) - Static method in class org.osgi.util.promise.Promises
-
Create a new Promise that has been resolved with the specified failure.
- FailedPromisesException - Exception in org.osgi.util.promise
-
Promise failure exception for a collection of failed Promises.
- FailedPromisesException(Collection<Promise<?>>) - Constructor for exception org.osgi.util.promise.FailedPromisesException
-
Create a new FailedPromisesException with the specified Promises.
- FailedPromisesException(Collection<Promise<?>>, Throwable) - Constructor for exception org.osgi.util.promise.FailedPromisesException
-
Create a new FailedPromisesException with the specified Promises.
- Failure - Interface in org.osgi.util.promise
-
Failure callback for a Promise.
- fallbackTo(Promise<? extends T>) - Method in class org.apache.aries.async.promise.PromiseImpl
-
- fallbackTo(Promise<? extends T>) - Method in interface org.osgi.util.promise.Promise
-
Fall back to the value of the specified Promise if this Promise fails.
- filter(Predicate<? super T>) - Method in class org.apache.aries.async.promise.PromiseImpl
-
- filter(Predicate<? super T>) - Method in interface org.osgi.util.promise.Promise
-
Filter the value of this Promise.
- flatMap(Function<? super T, Promise<? extends R>>) - Method in class org.apache.aries.async.promise.PromiseImpl
-
- flatMap(Function<? super T, Promise<? extends R>>) - Method in interface org.osgi.util.promise.Promise
-
FlatMap the value of this Promise.
- Function<T,R> - Interface in org.osgi.util.function
-
A function that accepts a single argument and produces a result.