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