2
Cube189
8y

if (value == null)
doSomething()
else
failGracefully()

Comments
Add Comment