Decision Logic - Lucee Documentation
Decision Logic - Lucee Documentation
(/index.html)
Decision logic
Docs (https://docs.lucee.org/index.html)
Categories (https://docs.lucee.org/categories.html)
Decision logic (https://docs.lucee.org/categories/decision.html)
(https://github.com/lucee/lucee-
docs/edit/master/docs/05.categories/080.decision/category.md)
Methods
array.isDefined() (/reference/objects/array/isdefined.html) Returns whether there exists an
item in the array at the selected index.
array.isEmpty() (/reference/objects/array/isempty.html) Determines if the array is empty.
struct.isEmpty() (/reference/objects/struct/isempty.html) Determines whether a structure
contains data.
Functions
ArrayIsDefined() (/reference/functions/arrayisdefined.html) Returns whether there exists an
item in the array at the selected index.
ArrayIsEmpty() (/reference/functions/arrayisempty.html) Determines if the array is empty.
DirectoryExists() (/reference/functions/directoryexists.html) Determines whether a directory
exists.
FileExists() (/reference/functions/fileexists.html) Determines whether a file exists
IsArray() (/reference/functions/isarray.html) Determines whether a value is an array.
IsBinary() (/reference/functions/isbinary.html) Determines whether a value is stored as binary
data.
IsBoolean() (/reference/functions/isboolean.html) Determines if the object represents a
boolean value
IsClosure() (/reference/functions/isclosure.html) checks if given Object is a closure or not.
IsCustomFunction() (/reference/functions/iscustomfunction.html) Determines whether a
name represents a custom function
IsDate() (/reference/functions/isdate.html) Determines whether a string or Java object can be
converted to a date/time value.
IsDebugMode() (/reference/functions/isdebugmode.html) Determines whether debugging
output is enabled.
IsDefined() (/reference/functions/isdefined.html) Evaluates a string value to determine
whether the variable named in it exists.
IsEmpty() (/reference/functions/isempty.html) Returns whether or not a given value is
"empty".
https://docs.lucee.org/categories/decision.html 1/3
4/16/23, 10:17 PM Decision logic :: Lucee Documentation
https://docs.lucee.org/categories/decision.html 2/3
4/16/23, 10:17 PM Decision logic :: Lucee Documentation
https://docs.lucee.org/categories/decision.html 3/3