Class NullIfGe
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_other.NullIfGe
- All Implemented Interfaces:
LongFunction<Long>
Yields a null if the input value is greater tha
or equal to the specified value.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullIfGe
public NullIfGe(long compareto)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<Long>
-