Class NullIfWithin
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_other.NullIfWithin
- All Implemented Interfaces:
DoubleFunction<Double>
Yields a null if the input value is within the specified range,
inclusive.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullIfWithin
public NullIfWithin(double min, double max)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceDoubleFunction<Double>
-