org.apache.commons.functor.example.kata.one
Class Add

java.lang.Object
  extended by org.apache.commons.functor.example.kata.one.ArithmeticOperation
      extended by org.apache.commons.functor.example.kata.one.Add
All Implemented Interfaces:
BinaryFunction<Number,Number,Number>, BinaryFunctor<Number,Number>, Functor

public class Add
extends ArithmeticOperation

Version:
$Revision: 665786 $ $Date: 2008-06-09 19:17:39 +0200 (Mon, 09 Jun 2008) $
Author:
Rodney Waldhoff

Constructor Summary
Add()
           
 
Method Summary
 Number evaluate(Number left, Number right)
           
static Add instance()
           
static UnaryFunction<Number,Number> to(int factor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.functor.Functor
equals, hashCode, toString
 

Constructor Detail

Add

public Add()
Method Detail

evaluate

public Number evaluate(Number left,
                       Number right)

instance

public static Add instance()

to

public static UnaryFunction<Number,Number> to(int factor)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.