Class Increment

  • All Implemented Interfaces:
    Function<Number,​Number>

    public class Increment
    extends KorypheFunction<Number,​Number>
    A Increment is a Function that takes a number and adds a given number to it. Note the output number type will match the increment type. So if you start with an input value of int 1 and then increment it with a double 2.0. The result will be a double 3.0.