BiForEach

This class represent a for each loop. The default type for the handler is Function.@remark

This class extends BiReference and therefore all methods and fields available for BiReference are also available for BiForEach .

Constructor

new BiForEach ( )

Parameters

No parameters.

Properties

NameTypegetsetDescripton
handlerFunctioncheckedcheckedThe function to be invoked for each item. A handler function can be passed either as type Function, BiAction, BiReference or String. See BiActionThread processHandler for details

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.