This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Map > Methods For Map > collect(Block expression)

collect(Block expression)

Generates a bag which includes the objects specified by expression.

collect(Block expression)
Argument Block expression Expression that is applied to all objects in the collection.
Return value Bag Bag with the results which arise by executing of the expression.