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