Interface Predicate<T>

interface Predicate<T> ((...args) => boolean)

Type Parameters

  • Parameters

    • Rest ...args: T[]

    Returns boolean