Uses of Interface
ratpack.exec.stream.YieldRequest
-
Packages that use YieldRequest Package Description ratpack.exec.stream Support for reactive streams. -
-
Uses of YieldRequest in ratpack.exec.stream
Method parameters in ratpack.exec.stream with type arguments of type YieldRequest Modifier and Type Method Description static <T> TransformablePublisher<T>
Streams. flatYield(Function<? super YieldRequest,? extends Promise<T>> producer)
Creates a new publisher, backed by the given asynchronous data producing function.static <T> TransformablePublisher<T>
Streams. yield(Function<? super YieldRequest,? extends T> producer)
Creates a new publisher, backed by the given data producing function.
-