Type Alias Predicate<T>

Predicate<T>: ((value?: T, index?: any, collection?: any) => boolean)

Type Parameters

  • T