Type Alias Predicate<T>

Predicate<T>: ((arg: T) => boolean)

Type Parameters

  • T