Uses of Interface
ratpack.exec.util.SerialBatch
-
Packages that use SerialBatch Package Description ratpack.exec.util -
-
Uses of SerialBatch in ratpack.exec.util
Methods in ratpack.exec.util that return SerialBatch Modifier and Type Method Description static <T> SerialBatch<T>
SerialBatch. of(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.
-