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