Uses of Interface
org.osgi.util.promise.Failure
-
-
Uses of Failure in org.osgi.util.promise
Fields in org.osgi.util.promise declared as Failure Modifier and Type Field Description private FailureDeferredPromiseImpl.Then. failureMethods in org.osgi.util.promise with parameters of type Failure Modifier and Type Method Description <R> Promise<R>FailedPromiseImpl. then(Success<? super T,? extends R> success, Failure failure)Chain a new Promise to this Promise with Success and Failure callbacks.<R> Promise<R>Promise. then(Success<? super T,? extends R> success, Failure failure)Chain a new Promise to this Promise with Success and Failure callbacks.<R> Promise<R>PromiseImpl. then(Success<? super T,? extends R> success, Failure failure)Chain a new Promise to this Promise with Success and Failure callbacks.<R> Promise<R>ResolvedPromiseImpl. then(Success<? super T,? extends R> success, Failure failure)Chain a new Promise to this Promise with Success and Failure callbacks.Constructors in org.osgi.util.promise with parameters of type Failure Constructor Description Then(PromiseImpl<P> promise, Success<? super P,? extends T> success, Failure failure)
-