Join Slack
Powered by
That's true, but almost all `Optional`s will be co...
# language-proposals
k
kevinmost
05/27/2016, 1:52 PM
That's true, but almost all `Optional`s will be consumed from a Java API, where they're being returned as
Optional<T!>!
, most likely, so you might forget to use a null-safe operator there and it could potentially throw an NPE
Open in Slack
Previous
Next