Class IntFlow
- java.lang.Object
-
- io.virtdata.libbasics.shared.unary_int.IntFlow
-
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class IntFlow extends java.lang.Object implements java.util.function.IntUnaryOperatorCombine 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)
-