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

AndAlso Method (other)
Overrides the default behaviour returning other.

Assembly: Epic.Prelude

Declaration Syntax
C#
protected override ISpecification<TCandidate> AndAlso(
	ISpecification<TCandidate> other
)
Parameters
other (ISpecification<(Of <(<'TCandidate>)>)>)
Another specification.
Return Value
The other specification, since P == True AND P.
blog comments powered by Disqus