Uses of Interface
ratpack.exec.stream.StreamMapper
-
Packages that use StreamMapper Package Description ratpack.exec.stream Support for reactive streams. -
-
Uses of StreamMapper in ratpack.exec.stream
Methods in ratpack.exec.stream with parameters of type StreamMapper Modifier and Type Method Description static <U,D>
TransformablePublisher<D>Streams. streamMap(Publisher<? extends U> input, StreamMapper<? super U,D> mapper)
Allows transforming a stream into an entirely different stream.default <O> TransformablePublisher<O>
TransformablePublisher. streamMap(StreamMapper<? super T,O> mapper)
-