Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsDisjunction<(Of <(<'TCandidate>)>)>OrElse(ISpecification<(Of <<'(TCandidate>)>>))

OrElse Method (other)
Returns a new Disjunction<(Of <(<'TCandidate>)>)> that will be satisfied when either the current specification or the other are satisfied.

Assembly: Epic.Prelude

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