A boolean-valued function over a value, possibly including context information regarding that value's position in an array.
API
type Predicate<T> = (value: T) => boolean
A boolean-valued function over a value, possibly including context information regarding that value's position in an array.
type Predicate<T> = (value: T) => boolean
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/Predicate