Uses of Interface
org.aksw.commons.index.util.StreamTransform
-
Packages that use StreamTransform Package Description org.aksw.commons.index.util -
-
Uses of StreamTransform in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util with parameters of type StreamTransform Modifier and Type Method Description default <U> Streamer<V,U>Streamer. mapStream(StreamTransform<T,U> streamTransform)Convenience method that yields a new Streamer that wraps this streamer such that its streams are transformed by the given streamTransform.
-