Table of Contents

Any satisfied

AsAnySatisfied()

The proposition is satisfied if any of the models in the collection are satisfied, otherwise it is not satisfied.

Spec.Build((int n) => n % 2 == 0)
    .AsAnySatisfied()
    .Create("some are even")