ForEachExecutable is a extension to Executable to execute the
certain executale for all childs within a object.
public function forEach(object):Array
Iterates through the passed-in object and invokes the
execute method for every member passing-in the member itself,
the name of the member and the passed-in object.
object | the object to iterate over |
list with the result of each execution