Class UnsetIfGe

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset.UnsetIfGe
All Implemented Interfaces:
LongFunction<Object>

public class UnsetIfGe extends Object implements LongFunction<Object>
Yield VALUE.unset if the input value is greater than or equal to the specified value. Otherwise, pass the input value along.
  • Constructor Details

    • UnsetIfGe

      public UnsetIfGe(long compareto)
  • Method Details