Class UnsetIfGt

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

public class UnsetIfGt extends Object implements LongFunction<Object>
Yield UNSET.value if the input value is greater than the specified value. Otherwise, pass the input value along.
  • Constructor Details

    • UnsetIfGt

      public UnsetIfGt(long compareto)
  • Method Details