Collection enumerate

Aus ExpeccoWiki

Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Collection [ Enumerate ]

Collection enumerate.png

Enumerates the elements of the incoming collection and sends each to the output individually (i.e. given a single input collection, follow up element processing can be performed on-for-each in the output processing chain).

Collection [ Enumerate with EndMark ]

Collection enumerate with endmark.png

Enumerates the elements of the incoming collection and sends each to the output individually (see also above). When done, the endReached output gets a value also.

Collection [ Enumerate Keys & Values ]

Collection enumerate keys and values.png

Enumerates the elements of the incoming collection and sends each key or index and the assigned value to the outputs pairwise (see also above).

Collection [ Reverse Enumerate ]

Collection reverse enumerate.png

Enumerates the elements of the incoming collection in reverse order and sends each to the output (see also above).

Revisions

The blocks "Collection [ Enumerate ]" and "Collection [ Enumerate Keys & Values ]" have been in the Standard Library since 1.7.1. "Collection [ Enumerate with EndMark ]" has been in the Standard Library since 1.7.2.



Back to Standard Library.
Previous: Collection [ Sort Ignoring Case ]
Next: Collection [Average & Deviation]


Meine Werkzeuge