TUnarySpecification<T> Class

Represents type TUnarySpecification<T>.

Namespace: Spring.DesignPatterns
TInterfacedObject
  Spring.DesignPatterns.TSpecificationBase<T>
    Spring.DesignPatterns.TUnarySpecification<T>
      Spring.DesignPatterns.TLogicalNotSpecification<T>
type
 TUnarySpecification<T> = class abstract(TSpecificationBase<T>)
 end;

Type Parameters

T

The TUnarySpecification<T> type exposes the following members.

Show:
 NameDescription
Create(ISpecification<T>)

Initializes a new instance of the TUnarySpecification<T> class.

Top
Show:
 NameDescription
IsSatisfiedBy(T)

Represents method IsSatisfiedBy(T). (Inherited from TSpecificationBase<T>.)

Top
Show:
 NameDescription
fSpecification

Represents field fSpecification.

Top