Interface Hierarchy
- org.apache.commons.functor.Functor
- org.apache.commons.functor.BinaryFunctor<L,R>
- org.apache.commons.functor.BinaryFunction<L,R,T>
- org.apache.commons.functor.BinaryPredicate<L,R>
- org.apache.commons.functor.BinaryProcedure<L,R>
- org.apache.commons.functor.NullaryFunctor
- org.apache.commons.functor.UnaryFunctor<A>
- org.apache.commons.functor.UnaryFunction<A,T>
- org.apache.commons.functor.UnaryPredicate<A>
- org.apache.commons.functor.UnaryProcedure<A>
- org.apache.commons.functor.BinaryFunctor<L,R>
- java.lang.Runnable
- org.apache.commons.functor.Procedure (also extends org.apache.commons.functor.NullaryFunctor)