Interface Reducer<T>

    • Method Detail

      • apply

        @Nullable
        default T apply​(T t,
                        T t2)
      • reduce

        @Nullable
        T reduce​(T t,
                 T t2)
      • getValueType

        @Nonnull
        ValueType getValueType()