org.apache.commons.functor.example.map
Class FunctoredMap.Throw
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.