T
public abstract class SequentialStreamAggregator<T> extends Object implements Function<Stream<T>,Stream<T>>
SequentialStreamAggregator(Comparator<T> comp)
Stream<T>
apply(Stream<T> inner)
abstract T
combine(List<T> window)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SequentialStreamAggregator(Comparator<T> comp)
comp
public Stream<T> apply(Stream<T> inner)
Function
apply
Function<Stream<T>,Stream<T>>
inner
public abstract T combine(List<T> window)
window