Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsConjunction<(Of <(<'TCandidate>)>)>AndAlso(ISpecification<(Of <<'(TCandidate>)>>))

AndAlso Method (other)
Returns a new Conjunction<(Of <(<'TCandidate>)>)> that will be satisfied when both the current specification and the other are satisfied.

Assembly: Epic.Prelude

Declaration Syntax
C#
protected override ISpecification<TCandidate> AndAlso(
	ISpecification<TCandidate> other
)
Parameters
other (ISpecification<(Of <(<'TCandidate>)>)>)
Another specification.
blog comments powered by Disqus