Uses of Interface
org.aksw.commons.util.stream.Streamer
Packages that use Streamer
-
Uses of Streamer in org.aksw.commons.util.stream
Methods in org.aksw.commons.util.stream that return StreamerModifier and TypeMethodDescriptionConvenience method to derive a new streamer that transforms the items emitted by the original streamer.Streamer.mapStream(StreamFunction<T, U> streamTransform) Convenience method that yields a new Streamer that wraps this streamer such that its streams are transformed by the given streamTransform.