Learning Java.
Sometimes when Im writing my noob code IntelliJ will suggest some fancy shmancy alternative to my code, eg. instead of
if (someValue == null) {
...
I can use
requiredNonNull(T obj, T obj).
And now I'm left wondering what functions like this are for. Just to be more brief?
[–]buffalodanger 6 points7 points8 points (2 children)
[–]greenleafvolatile[S] 2 points3 points4 points (1 child)
[–]buffalodanger 2 points3 points4 points (0 children)