Checks that the given argument is not null. If it is, throws {@link NullPointerException}. Otherwise, returns the argument.
See Implementation
Checks that the given argument is not null. If it is, throws {@link NullPointerException}. Otherwise, returns the argument.