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