Class ArrayForEachFunctionIterator

java.lang.Object
org.rumbledb.runtime.RuntimeIterator
org.rumbledb.runtime.HybridRuntimeIterator
org.rumbledb.runtime.functions.arrays.ArrayForEachFunctionIterator
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, RuntimeIteratorInterface

public class ArrayForEachFunctionIterator extends HybridRuntimeIterator
XPath and XQuery Functions and Operators 3.1 array:for-each: array:for-each($array as array(*), $action as function(item()*) as item()*) as array(*).
See Also: