Type Alias Predicate_<TInput, TCollection>

Predicate_<TInput, TCollection>: ((item: TInput, index: number, collection: TCollection) => boolean)

Type Parameters

  • TInput
  • TCollection