| Modifier and Type | Field and Description |
|---|---|
protected BiConsumer<T,Throwable> |
action |
protected CompletableFuture<T> |
future |
| Constructor and Description |
|---|
ExecuteFutureActionOperation(CompletableFuture<T> future,
BiConsumer<T,Throwable> action) |
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<T,Throwable> |
getAction() |
CompletableFuture<T> |
getFuture() |
boolean |
isDone() |
void |
run() |
protected final CompletableFuture<T> future
protected final BiConsumer<T,Throwable> action
public ExecuteFutureActionOperation(CompletableFuture<T> future, BiConsumer<T,Throwable> action)
public boolean isDone()
public CompletableFuture<T> getFuture()
public BiConsumer<T,Throwable> getAction()
Copyright © 2021 Flowable. All rights reserved.