See: Description
Interface | Description |
---|---|
Condition<T> |
Determines if an object matches a certain condition.
|
Class | Description |
---|---|
AndCondition<T> |
Represents a logical and of different boolean conditions.
|
FixedCondition<T> |
Condition which always returns a fixed value.
|
OrCondition<T> |
Represents a logical or of different boolean conditions.
|
PropertyRegexCondition<T> |
Condition to check whether a given property of an object matches a certain
regular expression.
|
Copyright © 2024. All rights reserved.