Class UnsetIfLe

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

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

    • UnsetIfLe

      public UnsetIfLe(long compareto)
  • Method Details