Node representing a 'foreach' statement. Should always contain a ForeachNonemptyNode as the first child. May contain a second child, which should be a ForeachIfemptyNode.
Important: Do not use outside of Soy code (treat as superpackage-private).
@author Kai Huang
A for each node. This node activates the contained subflow for each element of a collection. The node continues if all activated the subflow has been completed for each of the elements in the collection.
@author Kris Verlaenen
A for each node. This node activates the contained subflow for each element of a collection. The node continues if all activated the subflow has been completed for each of the elements in the collection.
@author Kris Verlaenen
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.