simplified change method for SimplePropertyExpression
Fusezion opened this issue ยท 0 comments
Suggestion
A new method akin to SimplePropertyExpression#convert(E what)
but for changers could be something as simple as
change(E what, Object @Nullable [] delta, ChangeMode what
following the same format but doesn't require usage of getArray(Event)
Why?
While I'm not sure if something like this is possible or how much it helps I believe making a method like this is going to be easier in the long run and speed up development while increasing readability
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.