Class UnsetIfWithin
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_unset.UnsetIfWithin
- All Implemented Interfaces:
DoubleFunction<Object>
Yields UNSET.value if the input value is within the specified
range, inclusive. Otherwise, passes the original value along.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnsetIfWithin
public UnsetIfWithin(double min, double max)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceDoubleFunction<Object>
-