Evaluates this guard's boolean condition. This method is always called with the associated monitor already occupied. Implementations of this method must depend only on state protected by the associated monitor, and must not modify that state.
()
| 322 | |
| 323 | |
| 324 | public abstract boolean isSatisfied(); |
| 325 | } |
| 326 | |
| 327 | /** |
no outgoing calls
no test coverage detected