Type of function that takes a value of type T and returns a boolean. This function represents a predicate, which is a function that returns a boolean value, if the input value satisfies some condition.
The type of the input to the function
Generated using TypeDoc
Type of function that takes a value of type T and returns a boolean. This function represents a predicate, which is a function that returns a boolean value, if the input value satisfies some condition.