Closed as not planned
Description
Suggestion
Add an ExpressionPropertyCondition
class (or different name)
Allowing to quickly register a condition that utilizes property of a type/object/expression and the property for the condition.
register(Example.class, PropertyType.BE, "visible", "custom name[s]", "entities")
or whichever order.
Resulting in patterns of
"%entities%'[s] custom name[s] (is|are) visible",
"%entities%'[s] custom name[s] (isn't|is not|are not|aren't) visible",
"custom name[s] of %entities% (is|are) visible",
"custom name[s] of %entities% (isn't|is not|are not|aren't) visible"
Why?
Useful
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.