public interface Waterfall<T>
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.vertx.java.core.AsyncResultHandler<T> handler) |
<R> Waterfall<R> |
task(java.util.function.BiConsumer<T,org.vertx.java.core.AsyncResultHandler<R>> task) |
<R> Waterfall<R> task(java.util.function.BiConsumer<T,org.vertx.java.core.AsyncResultHandler<R>> task)
void run(org.vertx.java.core.AsyncResultHandler<T> handler)
Copyright © 2015. All rights reserved.