A function that takes a value of type T and a key and returns a boolean result. Used for discriminating or filtering values of type T and key in various operations.
The type of the value being discriminated.
The value to be checked.
The key to be checked.
A function that takes a value of type T and a key and returns a boolean result. Used for discriminating or filtering values of type T and key in various operations.