Predicate

interface experimental

npm Package @angular/core
Module import { Predicate } from '@angular/core';
Source core/src/debug/debug_node.ts

Interface Overview

interface Predicate<T> { 
  (value: T): boolean
}

Description

A boolean-valued function over a value, possibly including context information regarding that value's position in an array.

Members

(value: T): boolean

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/core/Predicate