ISpecification<T> Interface

Defines the core methods of a specification interface.

Namespace: Spring.DesignPatterns
IInvokable
  Spring.DesignPatterns.ISpecification<T>
    Spring.DesignPatterns.TSpecificationBase<T>
type
 ISpecification<T> = interface(IInvokable)
 end;

Type Parameters

T

The ISpecification<T> type exposes the following members.

Show:
 NameDescription
IsSatisfiedBy(T)

Represents method IsSatisfiedBy(T).

Top