SyntaxFix
Write A Post
Hire A Developer
Questions
There is indeed a Groovier Way.
if(members){ //Some work }
does everything if members is a collection. Null check as well as empty check (Empty collections are coerced to false). Hail Groovy Truth. :)
members
false