SortedSetExtensions

Static Class in Zigurous.Architecture

Declaration

public static class SortedSetExtensions

Description

Extension methods for sorted sets.

Extension Methods

First<T>Returns the first element in the set that satisfies a predicate.
ForEach<T>Invokes an action on each element in the set. The element is passed as a parameter.
IsAny<T>Checks if any element in the set satisfies a predicate.
IsEach<T>Checks if each element in the set satisfies a predicate.