FutureProg functions
collectionfirst
CollectionItem collectionfirst(Void Collection collection)
Contexts: computer function, computer program, standard futureprog
Returns the first item in the supplied collection, or null if the collection is empty.
collection: The collection to inspect or transform
Contexts: computer function, computer program, standard futureprog
Returns the first item in the supplied collection, or null if the collection is empty.
collection: The collection to inspect or transform