Class NullIfLe

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_other.NullIfLe
All Implemented Interfaces:
LongFunction<Long>

public class NullIfLe extends Object implements LongFunction<Long>
Yields a null if the input value is less than or equal to the specified value.
  • Constructor Details

    • NullIfLe

      public NullIfLe(long compareto)
  • Method Details