ISpecification<T> Interface
Definition
Defines the core methods of a specification interface.
Delphi
type ISpecification<T> = interface(IInvokable)
Type Parameters
- T
- Inheritance
-
IInvokableISpecification<T>
- Derived
Remarks
This interface is designed to be binary compatible with Spring.Predicate<T>.