public class Add extends ArithmeticOperation
Add()
Number
evaluate(Number left, Number right)
static Add
instance()
static UnaryFunction<Number,Number>
to(int factor)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Add()
public Number evaluate(Number left, Number right)
public static Add instance()
public static UnaryFunction<Number,Number> to(int factor)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.