| Package | Description |
|---|---|
| org.osgi.util.promise |
Promise Package Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
<R> Promise<R> |
Promise.then(Success<? super T,? extends R> success)
Chain a new Promise to this Promise with a Success callback.
|
<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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.