|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - the type of the first argumentB - the type of the second argument@Applicative public interface Evaluable2<A,B>
Evaluable2s are boolean conditions over two argument that can be
tested using its eval(Object, Object) message.
Evaluable has the same semantics that an Applicable2 of
Boolean return type, but is provided for ease of coding. Concrete
implementors should implement Applicable2 as well.
Recomendations for implementing,
Evaluable| Method Summary | |
|---|---|
boolean |
eval(A arg0,
B arg1)
Evaluates two argument. |
| Method Detail |
|---|
boolean eval(A arg0,
B arg1)
arg0 - the first argumentarg1 - the second argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||