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