Constructor and Description |
---|
AbstractCondition() |
Modifier and Type | Method and Description |
---|---|
Condition<S,D> |
and(Condition<S,D> condition)
Returns a new condition that applies if
this AND the given condition apply. |
Condition<S,D> |
or(Condition<S,D> condition)
Returns a new condition that applies if
this OR the given condition apply. |
Copyright © 2011–2024. All rights reserved.