Class NullIfLt

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

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

    • NullIfLt

      public NullIfLt(long compareto)
  • Method Details