An async function that takes an item and returns a boolean promise
API
type AsyncPredicate<T> = (item: T) => Promise<boolean>
An async function that takes an item and returns a boolean promise
type AsyncPredicate<T> = (item: T) => Promise<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/cdk/testing/AsyncPredicate