Adds two integers together as per the + operator.
Parameters:
a
b
Returns: the sum of a and b
See also: java.util.function.BinaryOperator
Since: 1.8
Diagram: Number