Class NullIfEq

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

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

    • NullIfEq

      public NullIfEq(long compareto)
  • Method Details