Interface implemented by polyadic composition of specifications.
Assembly: Epic.Prelude
Declaration Syntax
| C# |
public interface IMonadicSpecificationComposition<out TCandidate> : ISpecification, IVisitable
Generic Template Parameters
- TCandidate
- The type of the entity specified by the composition.
Remarks
This interface is intended like a marker for specifications (and thus specializes
ISpecification), but it doesn't express a specification by itself.
Members
| All Members | Properties | ||||
| Member | Description | |
|---|---|---|
| Operand |
The operand of the composition.
|
