Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsSpecificationBase<(Of <(<'TSpecification, Candidate1, Candidate2>)>)>AndAlso(ISpecification<(Of <<'(Candidate2>)>>))

AndAlso Method (other)
Create a new Conjunction<(Of <(<'TCandidate>)>)> that evaluates the other only if the current specification is satisfied.

Assembly: Epic.Prelude

Declaration Syntax
C#
protected virtual ISpecification<Candidate2> AndAlso(
	ISpecification<Candidate2> other
)
Parameters
other (ISpecification<(Of <(<'Candidate2>)>)>)
The other specification to evaluate (that will not be nullNothingnullptr).
Return Value
A new Conjunction<(Of <(<'TCandidate>)>)> that evaluates the other only if the current specification is satisfied.
blog comments powered by Disqus