MatchingDelegate<T>: ((item, index?) => boolean)

Type Parameters

  • T

Type declaration

    • (item, index?): boolean
    • Called for each item in an array

      Parameters

      • item: T

        The item.

      • Optional index: number

        Zero-based index of the item array.

      Returns boolean

      true if the item matches, false if it does not.

Generated using TypeDoc