TInvokableFilter<T> Class

Represents type TInvokableFilter<T>.

Namespace: Spring.Reflection
TInterfacedObject
  Spring.DesignPatterns.TSpecificationBase<T>
    Spring.Reflection.TInvokableFilter<T>
type
 TInvokableFilter<T: TRttiMember> = class(TSpecificationBase<T>)
 end;

Type Parameters

T

The TInvokableFilter<T> type exposes the following members.

Show:
 NameDescription
IsSatisfiedBy(T)

Represents method IsSatisfiedBy(T). (Overrides TSpecificationBase<T>.IsSatisfiedBy(T).)

Top