Class Add
- java.lang.Object
-
- io.virtdata.basicsmappers.unary_int.Add
-
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class Add extends java.lang.Object implements java.util.function.IntUnaryOperatorAdds a value to the input.
-
-
Constructor Summary
Constructors Constructor Description Add(int addend)
-
Method Summary
Modifier and Type Method Description intapplyAsInt(int operand)
-