Interface LongAccumulator<T>


public interface LongAccumulator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    apply(T obj, long v)
     
  • Method Details

    • apply

      long apply(T obj, long v)