Class IntFlow
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_int.IntFlow
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class IntFlow
extends java.lang.Object
implements java.util.function.IntUnaryOperator
Combine multiple IntUnaryOperators into a single function.
-
Constructor Summary
Constructors Constructor Description IntFlow(java.util.function.IntUnaryOperator... ops) -
Method Summary
Modifier and Type Method Description intapplyAsInt(int operand)
-
Constructor Details
-
IntFlow
public IntFlow(java.util.function.IntUnaryOperator... ops)
-
-
Method Details
-
applyAsInt
public int applyAsInt(int operand)- Specified by:
applyAsIntin interfacejava.util.function.IntUnaryOperator
-