| Package | Description |
|---|---|
| org.jasync.thenables |
| Modifier and Type | Class and Description |
|---|---|
class |
Deferred<V> |
class |
DeferredList<V> |
class |
Scheduled<V> |
| Modifier and Type | Method and Description |
|---|---|
Thenable<V> |
Thenable.onFailure(java.util.function.Consumer<Throwable> func) |
Thenable<V> |
Scheduled.onFailure(java.util.function.Consumer<Throwable> func) |
Thenable<V> |
Thenable.then(java.util.function.Consumer<V> func) |
Thenable<V> |
Scheduled.then(java.util.function.Consumer<V> func) |
Copyright © 2016. All rights reserved.