Class AddCycleRange
- java.lang.Object
-
- io.virtdata.basicsmappers.unary_int.AddCycleRange
-
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class AddCycleRange extends java.lang.Object implements java.util.function.IntUnaryOperatorAdds a cycle range to the input, producing an increasing sawtooth-like output.
-
-
Constructor Summary
Constructors Constructor Description AddCycleRange(int maxValue)AddCycleRange(int minValue, int maxValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intapplyAsInt(int operand)
-