anyAndAll Class |
Namespace: WhetStone.Looping
public static class anyAndAll
| Name | Description | |
|---|---|---|
| AnyAndAll(IEnumerableBoolean) |
Checks that all members of the IEnumerableT of type Boolean are and that the IEnumerableT of type Boolean is not empty.
| |
| AnyAndAllT(IEnumerableT, FuncT, Boolean) |
Checks that all members of the IEnumerableT are (when subject to cond) and that the IEnumerableT is not empty.
|