Interface ValueReducer<T,R>


public interface ValueReducer<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    reduce(List<T> values)
     
  • Method Details

    • reduce

      R reduce(List<T> values)