public class ConstantValueStatistic<T extends Number> extends Object implements ValueStatistic<T>
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
instance(T value) |
T |
value() |
public static <T extends Number> ValueStatistic<T> instance(T value)
public T value()
value
in interface ValueStatistic<T extends Number>
Copyright © 2018. All rights reserved.