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.
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.