public interface Thenable<V>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Thenable.Status |
| Modifier and Type | Method and Description |
|---|---|
default ExecutionService |
executionQueue() |
Thenable.Status |
getStatus() |
default void |
idleWait(int delay) |
Thenable<V> |
onFailure(java.util.function.Consumer<Throwable> func) |
Thenable<V> |
then(java.util.function.Consumer<V> func) |
Thenable<V> then(java.util.function.Consumer<V> func)
Thenable<V> onFailure(java.util.function.Consumer<Throwable> func)
Thenable.Status getStatus()
default void idleWait(int delay)
default ExecutionService executionQueue()
Copyright © 2016. All rights reserved.