Uses of Interface
org.osgi.util.promise.Failure
-
Packages that use Failure Package Description org.osgi.util.promise Promise Package Version 1.1. -
-
Uses of Failure in org.osgi.util.promise
Methods in org.osgi.util.promise with parameters of type Failure Modifier and Type Method Description <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.
-