T
public class Average<T> extends Object implements BiFunction<Pair<T,Long>,T,Pair<T,Long>>
Average(SumPolicy<T,T,T> policy)
Pair<T,Long>
apply(Pair<T,Long> accumulator, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public Average(SumPolicy<T,T,T> policy)
public Pair<T,Long> apply(Pair<T,Long> accumulator, T value)
apply
BiFunction<Pair<T,Long>,T,Pair<T,Long>>
Copyright © 2017. All rights reserved.