Interface Reducer<T,​E>


  • public interface Reducer<T,​E>
    • Method Detail

      • reduce

        E reduce​(E prev,
                 T item)