Class NullIfGt

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

public class NullIfGt extends Object implements LongFunction<Long>
Yields a null if the input value is greater than the specified value.
  • Constructor Details

    • NullIfGt

      public NullIfGt(long compareto)
  • Method Details