Package org.apache.commons.functor
Interface UnaryProcedure<A>
- Type Parameters:
A- the argument type.
- All Superinterfaces:
Functor,UnaryFunctor<A>
- All Known Implementing Classes:
BinaryProcedureUnaryProcedure,CompositeUnaryProcedure,ConditionalUnaryProcedure,FindWithinGenerator.FindProcedure,FoldLeft.FoldLeftHelper,FoldRight.FoldRightHelper,GeneratorContains.ContainsProcedure,IndexOfInGenerator.IndexProcedure,LeftBoundProcedure,NoOp,ProcedureUnaryProcedure,RightBoundProcedure,UnaryFunctionUnaryProcedure,UnarySequence
A functor that takes one argument and returns no value.
Implementors are encouraged but not required to make their functors
Serializable.
- Since:
- 1.0
- Version:
- $Revision$ $Date$
-
Method Summary
-
Method Details
-
run
Execute this procedure.- Parameters:
obj- an A parameter to this execution
-