|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- the argument type.public interface UnaryProcedure<A>
A functor that takes one argument and returns no value.
Implementors are encouraged but not required to make their functors
Serializable
.
Method Summary | |
---|---|
void |
run(A obj)
Execute this procedure. |
Methods inherited from interface org.apache.commons.functor.Functor |
---|
equals, hashCode, toString |
Method Detail |
---|
void run(A obj)
obj
- an A parameter to this execution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |