Type Alias Predicate<T>

Predicate<T>: ((element: T, index: number, array: AnyArray<T>) => boolean)

Type Parameters

  • T