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