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) |
getCurrentChain
Copyright © 2018. All rights reserved.