Interface ReducerState<T,​R>

  • All Known Implementing Classes:
    FirstReducerState, MutableReducerState

    public interface ReducerState<T,​R>
    INTERNAL API

    Helper class to be able to express reduce as a fold for parallel collector without accidentally sharing state between materializations

    • Method Detail

      • finish

        R finish()