Class NullIfGe

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

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

    • NullIfGe

      public NullIfGe(long compareto)
  • Method Details