@param aObject the Object to check the Condition on @return if the Condition matches
(O aObject)
| 33 | * @return if the Condition matches |
| 34 | */ |
| 35 | public boolean isTrue(O aObject); |
| 36 | |
| 37 | // Utility Classes for adding relations between Conditions. |
| 38 |
no outgoing calls
no test coverage detected