applyReducer abstract method

Stream<Accumulator<S>> applyReducer(
  1. Stream<Accumulator<S>> input
)

Implementation

Stream<Accumulator<S>> applyReducer(Stream<Accumulator<S>> input);