Is there a scala annotation for null checking? -


i haven't been able find scala annotation uses macros insert null checks. seems obvious use of macros. missing?

you missing scala discourages returning , using null , pushes toward using option (some/none) instead.

you can read more in daniel westheide excellent overview of option type.


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -