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