enforceNotNull

A convenience function to check for null. If you pass null, it will throw an exception. Otherwise, return NotNull!T.

enforceNotNull
(
T
)
(
T t
)
Suggestion Box / Bug Report