Predicate<T> Delegate
Definition
Represents the method that defines a set of criteria and determines whether the specified object meets those criteria.
Delphi
type Predicate<T> = reference to function(const arg: T): Boolean
Type Parameters
- T
Parameters
- arg
- T
Returns
Boolean
- Inheritance
-
IInterfacePredicate<T>
- Derived