Join Slack
Powered by
But then, you can’t create an Optional with null? ...
# random
o
orangy
05/19/2016, 11:22 PM
But then, you can’t create an Optional with null?
Copy code
private Optional(T value) { this.value = Objects.requireNonNull(value); }
Open in Slack
Previous
Next