RESULT - Type of the execution resultpublic interface ExecutionCondition<RESULT>
Execution result.| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfiedBy(RESULT object)
Evaluates a condition using
object |
boolean satisfiedBy(RESULT object) throws ExecutionException
objectobject - Object to be inspectedtrue if object matches condition, false otherwiseExecutionException - if execution of the result failedCopyright © 2014 JBoss by Red Hat. All rights reserved.