checkNotNull

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

static
T
checkNotNull
(
T
)
(
T arg
,
string text
)

Meta