You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thanks for the nice project solves my problem a lot.
here is one feature request after using this module in more scenarios of the projects, i'd like to have null safe operator
it's common that my struct is composite of primary and collect data, especially a map in the struct, so i'd like to access the field in the null safe way rather than error out
Ex. https://www.danvega.dev/blog/2013/08/20/groovys-null-safe-operator/
The text was updated successfully, but these errors were encountered:
first of all, thanks for the nice project solves my problem a lot.
here is one feature request after using this module in more scenarios of the projects, i'd like to have null safe operator
it's common that my struct is composite of primary and collect data, especially a map in the struct, so i'd like to access the field in the null safe way rather than error out
Ex.
https://www.danvega.dev/blog/2013/08/20/groovys-null-safe-operator/
The text was updated successfully, but these errors were encountered: