Support the Elvis proposal for Java !


Are you tired of writing
(x != null) ? x.getThis() : null

Would you rather write something like
x?.getThis()

If so, support the Elvis proposal for Java !

Interesting alternative notations can be found here.

, ,

  1. No comments yet.
(will not be published)