Class UnsetIfWithin

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_unset.UnsetIfWithin
All Implemented Interfaces:
DoubleFunction<Object>

public class UnsetIfWithin extends Object implements DoubleFunction<Object>
Yields UNSET.value if the input value is within the specified range, inclusive. Otherwise, passes the original value along.
  • Constructor Details

    • UnsetIfWithin

      public UnsetIfWithin(double min, double max)
  • Method Details