configure Each
Configures each element in this collection using the given action, as each element is required. Actions are run in the order added.
This method is a terminal lazy operation. Lazy collection elements will not be realized.
Since
4.9
Parameters
action
A Action that can configure the element when required.