FutureProg functions
collectionempty
collectionempty overload 1
Boolean collectionempty(Void Collection collection)
Available in
- computer function
- computer program
- standard futureprog
Returns true if the supplied collection has no items.
| Parameter | Type | Description |
|---|---|---|
collection |
Void Collection |
The collection to inspect or transform |