2
Cube189
9y

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

Comments
Add Comment