this post was submitted on 28 Jun 2023
9 points (100.0% liked)
Java
1363 readers
1 users here now
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In java 9 there is
Objects.requireNonNullElse(obj, defaultValue)
That wouldn't help in the specific examples above but that's still nice to know about!
I did not know this existed, this is amazing.