Class UnsetIfGt
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset.UnsetIfGt
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.Object>
public class UnsetIfGt
extends java.lang.Object
implements java.util.function.LongFunction<java.lang.Object>
Yield UNSET.value if the input value is greater
than the specified value. Otherwise, pass the input value along.
-
Constructor Summary
Constructors Constructor Description UnsetIfGt(long compareto) -
Method Summary
Modifier and Type Method Description java.lang.Objectapply(long value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UnsetIfGt
public UnsetIfGt(long compareto)
-
-
Method Details
-
apply
public java.lang.Object apply(long value)- Specified by:
applyin interfacejava.util.function.LongFunction<java.lang.Object>
-