T
- The type of the result.public interface StateExpressionCapture<T>
StateExpressionParser
Modifier and Type | Method and Description |
---|---|
void |
and() |
T |
getResult() |
void |
is(java.lang.String job,
java.lang.String state) |
void |
not() |
void |
or() |
void is(java.lang.String job, java.lang.String state)
void not()
void and()
void or()
T getResult()