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