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