Type alias Predicate2<T, U>

Predicate2<T, U>: Binary<T, U, boolean>

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

Type Parameters

  • T

  • U

Generated using TypeDoc