Class Discard
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_object.Discard
- All Implemented Interfaces:
LongFunction<Object>
This function takes a long input and ignores it. It returns a generic object which is meant to be used as input to
other function which don't need a specific input.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Discard
public Discard()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<Object>
-