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

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

public class Mod
extends ArithmeticOperation

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

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

Mod

public Mod()
Method Detail

evaluate

public Number evaluate(Number left,
                       Number right)

instance

public static Mod instance()

by

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


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