isNotNull

Ensures that the argument is not null.

Arg!T
isNotNull
(
T
)
()

Parameters

arg Arg!T

A wrapped argument, obtained with ensure.

Throws

EnsureException when validation fails.

See Also

ensure

Meta

Authors

Tony J. Hudgins