org.apache.commons.functor.example.map
Class FunctoredMap.Throw

java.lang.Object
  extended by org.apache.commons.functor.example.map.FunctoredMap.Throw
All Implemented Interfaces:
Runnable, BinaryFunctor, BinaryProcedure, Functor, NullaryFunctor, Procedure, UnaryFunctor, UnaryProcedure
Enclosing class:
FunctoredMap

protected static class FunctoredMap.Throw
extends Object
implements Procedure, UnaryProcedure, BinaryProcedure


Method Summary
 void run()
           
 void run(Object obj)
           
 void run(Object a, Object b)
           
 
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
 

Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in interface Procedure

run

public void run(Object obj)
Specified by:
run in interface UnaryProcedure

run

public void run(Object a,
                Object b)
Specified by:
run in interface BinaryProcedure


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