Class UnsetIfLt

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

public class UnsetIfLt extends Object implements LongFunction<Object>
Yield VALUE.unset if the provided value is less than the specified value, otherwise, pass the original value;
  • Constructor Details

    • UnsetIfLt

      public UnsetIfLt(long compareto)
  • Method Details