|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - the argument type.T - the returned value type.public interface UnaryFunction<A,T>
A functor that takes one argument and returns an Object value.
Implementors are encouraged but not required to make their functors
Serializable.
| Method Summary | |
|---|---|
T |
evaluate(A obj)
Evaluate this function. |
| Methods inherited from interface org.apache.commons.functor.Functor |
|---|
equals, hashCode, toString |
| Method Detail |
|---|
T evaluate(A obj)
obj - the A object to evaluate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||