Class UnsetIfEq

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset.UnsetIfEq
All Implemented Interfaces:
LongFunction<Object>

public class UnsetIfEq extends Object implements LongFunction<Object>
Yield UNSET.vale if the input value is equal to the specified value. Otherwise, pass the input value along.
  • Constructor Details

    • UnsetIfEq

      public UnsetIfEq(long compareto)
  • Method Details