Type alias Predicate3Partial<T, U, V>

Predicate3Partial<T, U, V>: TernaryPartial<T, U, V, boolean>

A function that takes up to three arguments and always returns a boolean.

Type Parameters

  • T

  • U

  • V

Generated using TypeDoc