The Wayback Machine - https://web.archive.org/web/20250306101129/https://angular.dev/api/core/Predicate
    • Overview
@angular/core

Predicate

Type Alias

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
  
  
Jump to details
HTTPS · web.archive.org
← Home