Class Expr
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_int.Expr
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class Expr
extends java.lang.Object
implements java.util.function.IntUnaryOperator
-
Constructor Summary
Constructors Constructor Description Expr(java.lang.String expr) -
Method Summary
Modifier and Type Method Description intapplyAsInt(int operand)
-
Constructor Details
-
Expr
public Expr(java.lang.String expr)
-
-
Method Details
-
applyAsInt
public int applyAsInt(int operand)- Specified by:
applyAsIntin interfacejava.util.function.IntUnaryOperator
-