Package | Description |
---|---|
ratpack.stream |
Modifier and Type | Method and Description |
---|---|
static <T> org.reactivestreams.Publisher<T> |
Streams.yield(Function<? super YieldRequest,T> producer)
Creates a new publisher, backed by the given data producing function.
|