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

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

public class Divide
extends ArithmeticOperation

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

Constructor Summary
Divide()
           
 
Method Summary
static UnaryFunction<Number,Number> by(int factor)
           
 Number evaluate(Number left, Number right)
           
static Divide instance()
           
 
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

Divide

public Divide()
Method Detail

evaluate

public Number evaluate(Number left,
                       Number right)

instance

public static Divide instance()

by

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


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