Uses of Interface
ratpack.exec.Upstream
-
Packages that use Upstream Package Description ratpack.exec The execution management. -
-
Uses of Upstream in ratpack.exec
Methods in ratpack.exec with parameters of type Upstream Modifier and Type Method Description static <T> Promise<T>
Promise. async(Upstream<T> upstream)
Creates a promise for value that will be produced asynchronously.Method parameters in ratpack.exec with type arguments of type Upstream Modifier and Type Method Description <O> Promise<O>
Promise. transform(Function<? super Upstream<? extends T>,? extends Upstream<O>> upstreamTransformer)
Apply a custom transform to this promise.<O> Promise<O>
Promise. transform(Function<? super Upstream<? extends T>,? extends Upstream<O>> upstreamTransformer)
Apply a custom transform to this promise.
-