Searched defs:predicate (Results 1 – 5 of 5) sorted by relevance
22 const predicate = new TextFilter().getFilterPredicate(); constant34 const predicate = new TextFilter('foo').getFilterPredicate(); constant50 const predicate = new TextFilter('Foo', [ constant59 const predicate = new TextFilter('Foo', [ constant72 const predicate = new TextFilter('foo|bar', [ constant92 const predicate = new TextFilter('foo', [ constant102 const predicate = new TextFilter('foo|bar', [ constant112 const predicate = new TextFilter('foo|bar', [ constant124 const predicate = new TextFilter('foo|bar', [ constant
23 let predicate = filter.getFilterPredicate(); variable39 let predicate = filter.getFilterPredicate(); variable56 const predicate = filter.getFilterPredicate(); constant
167 for (const [spec, predicate] of this.filterPredicates) { constant
48 const predicate = (a: number, b: number) => a !== b; constant
80 const predicate = ( constant