Preconditions

Not null

name = Objects.requireNonNull(n);

Last updated

Was this helpful?