Interface EnumerateCallbacks<T>

Type Parameters

  • T

Hierarchy

  • EnumerateCallbacks

Properties

Properties

onComplete: (() => void)

Type declaration

    • (): void
    • Returns void

onMatch: ((item: T) => void | "stop")

Type declaration

    • (item: T): void | "stop"
    • Parameters

      • item: T

      Returns void | "stop"

Generated using TypeDoc