|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Predicate<E>
Predicate with 1 arguments.
Predicate is close to the Apache Commons Predicate. But defined independently since there is to little to justify coupling ShapeLogic to Apache Commons.
Method Summary | |
---|---|
boolean |
evaluate(E input)
Checks if a binary predicate relation holds. |
Method Detail |
---|
boolean evaluate(E input)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |