Class Save
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_int.Save
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class Save
extends java.lang.Object
implements java.util.function.IntUnaryOperator
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description intapplyAsInt(int operand)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.IntUnaryOperator
andThen, compose
-
Constructor Details
-
Save
public Save(java.lang.String name) -
Save
public Save(java.util.function.Function<java.lang.Object,java.lang.Object> nameFunc)
-
-
Method Details
-
applyAsInt
public int applyAsInt(int operand)- Specified by:
applyAsIntin interfacejava.util.function.IntUnaryOperator
-