JavaScript is disabled on your browser.
Skip navigation links
OSGi® org.osgi.util.promise
Version 1.3.0
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
org.osgi.util.promise.Failure
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.