Predicate<T>: Function<T, boolean>

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.

Type Parameters

  • T

    The type of the input to the function

Generated using TypeDoc