Interface OperationAggregator.KeyProvider<T,K>

Enclosing class:
OperationAggregator<T,K,R>

public static interface OperationAggregator.KeyProvider<T,K>
  • Method Summary

    Modifier and Type
    Method
    Description
    getKey(T value)
     
  • Method Details

    • getKey

      K getKey(T value)