public class OrCondition<T> extends java.lang.Object implements Condition<T>
| Constructor and Description |
|---|
OrCondition(java.util.Collection<Condition<T>> conditions) |
OrCondition(Condition<T>... conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
passes(T value)
Returns whether the provided value passes the condition.
|