APIs
Log In
APIs

Utils.isNotNull

📘

Static method

Utils.isNotNull is static.
You can call it without actually instantiating the Utils class.

Utils.isNotNull(arg:Object)

Returns true if the given parameter is neither null nor undefined, false if not.