Interface Reducer<I,O>

Type Parameters:
I - reducer input type
O - reducer output type

@Evolving public interface Reducer<I,O>
A 'reducer' for output of user-defined functions.
Since:
4.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    reduce(I arg)
     
  • Method Details

    • reduce

      O reduce(I arg)