Lucee Function Reference
Function ISNOTMAP
return true if the given Object is not of Type java.util.Map
Example
isnotmap(any obj):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
obj | any | Yes | object to check |