Function forEach

  • Call a function for each value.

    Type Parameters

    • T

    Parameters

    • x: Iterable<T>

      an iterable

    • fp: ProcessFunction<T>

      process function (v, i, x)

    Returns void

Generated using TypeDoc