public class SuppliedValueStatistic<T extends Serializable> extends Object implements ValueStatistic<T>
ValueStatistic with a specific StatisticType
which value is given by a provided Supplier| Constructor and Description |
|---|
SuppliedValueStatistic(StatisticType type,
Supplier<T> supplier) |
public SuppliedValueStatistic(StatisticType type, Supplier<T> supplier)
public T value()
value in interface ValueStatistic<T extends Serializable>public StatisticType type()
type in interface ValueStatistic<T extends Serializable>Copyright © 2018. All rights reserved.