Class UnsetIfEq
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset.UnsetIfEq
- All Implemented Interfaces:
LongFunction<Object>
Yield UNSET.vale if the input value is equal to the
specified value. Otherwise, pass the input value along.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnsetIfEq
public UnsetIfEq(long compareto)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<Object>
-