Package org.aksw.commons.util.stream
package org.aksw.commons.util.stream
-
ClassDescriptionCollapseRunsOperationBase<T,
K, V> CollapseRunsSpec<T,K, V> Specification implementation.CollapseRunsSpecBase<T,K, V> Base class with core attributes for partial reduction of consecutive items sharing some attribute (referred to as group key).Streamer<V,T> A streamer returns a stream of items from a collection-like object (referred to as a 'store') given as the argument.StreamFunction<I,O> Helper interface to make transformations on streams less verbose Inherits fromFunctionfor out of the box chaining withFunction.andThen(Function).StreamOperatorCollapseRuns<T,K, V>