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