| Package | Description |
|---|---|
| ratpack.exec.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> SerialBatch<T> |
SerialBatch.of(java.lang.Iterable<? extends Promise<? extends T>> promises)
Creates a new serial batch of the given promises.
|
static <T> SerialBatch<T> |
SerialBatch.of(Promise<? extends T>... promises)
Creates a new serial batch of the given promises.
|