Function forEach

  • This operation iterates over the given collection.

    Each iteration the current item from the specified collection is assigned to the IOperationContext.currentItem property on the operation context.

    At the start of the loop, the associated endForEach operation is determined and when the last iteration is completed the flow control is set to the index of that operation.

    Parameters

    Returns TOperationResult<IForEachOperationData>

Generated using TypeDoc