Type alias Predicate3<T, U, V>

Predicate3<T, U, V>: Ternary<T, U, V, boolean>

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

Type Parameters

  • T

  • U

  • V

Generated using TypeDoc