Join Slack
Powered by
In the rare case where I want the behavior of `!!`...
# android
m
michaelsims
10/06/2017, 3:30 PM
In the rare case where I want the behavior of
!!
I've been using something like (for this example):
requireNotNull(res.body) { "Should be non-null since isSuccess() == true" }
Open in Slack
Previous
Next