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

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

public class Multiply
extends ArithmeticOperation

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

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

Multiply

public Multiply()
Method Detail

evaluate

public Number evaluate(Number left,
                       Number right)

instance

public static Multiply instance()

by

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


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