2
Cube189
10y

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

Comments
Add Comment