| Constructor and Description | 
|---|
| OrCondition(Condition<T> aCondition1,
           Condition<T> aCondition2)Constructs the condition. | 
| OrCondition(List<Condition<T>> aConditions)Constructs the or condition. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | matches(T aObject)Determines if an object matches a condition. | 
Copyright © 2025. All rights reserved.