Operators
TODO list & document all operators in one place.
Most are listed here: Operator Overloading
The rest:
- Spread Operator
- Elvis operator
- Safe navigation operator (?.)
- RegEx find (=), match (==)
- invokeProperty and invokeMethod could be considered operators (the . operator)
- 'as' - "manual coercion" -
asType(t)method - range ".." operator? Is that possible for non-numeric types?
- Ternary operator ( a ? b : c ) - link to Java ref.
- Link to documentation on Groovy == (
equals()) behavior.
Many of these may just be quick mentions with a link to another page which really describes the behavior.
Any others?
TODO make this page a child of the User Guide
Labels