public static interface TaskChainTasks.AsyncExecutingTask<R,A> extends TaskChainTasks.Task<R,A>
| Modifier and Type | Method and Description |
|---|---|
default R |
run(A input) |
void |
runAsync(A input,
Consumer<R> next) |
getCurrentChainCopyright © 2018. All rights reserved.