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

java.lang.Object
  extended by org.apache.commons.functor.example.kata.one.ArithmeticOperation
All Implemented Interfaces:
BinaryFunction<Number,Number,Number>, BinaryFunctor<Number,Number>, Functor
Direct Known Subclasses:
Add, Divide, Mod, Multiply, Subtract

public abstract class ArithmeticOperation
extends Object
implements BinaryFunction<Number,Number,Number>


Constructor Summary
ArithmeticOperation()
           
 
Method Summary
 
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.BinaryFunction
evaluate
 
Methods inherited from interface org.apache.commons.functor.Functor
equals, hashCode, toString
 

Constructor Detail

ArithmeticOperation

public ArithmeticOperation()


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