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