EachAcceptor<T>: ((this, element) => void)

Type Parameters

  • T

    Iterated elements type.

Type declaration

    • (this, element): void
    • A signature of a function accepting each iterated element unconditionally.

      Parameters

      • this: void
      • element: T

        Iterated element.

      Returns void

Generated using TypeDoc