Class UnsetIfLt
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset.UnsetIfLt
- All Implemented Interfaces:
LongFunction<Object>
Yield VALUE.unset if the provided value is less than the specified value,
otherwise, pass the original value;
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnsetIfLt
public UnsetIfLt(long compareto)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<Object>
-