isNull

fun <T> isNull(obj: T?)

Throws an illegal argument exception if an object is null.

Parameters

object

Object to validate.