| Overload | Description |
|---|---|
| Where<T>(IIndexedSource<T>,Expression<Func<T,Boolean>>) | Filters the source collection based on a predicate. |
| Where<T>(IIndexedSource<T>,Expression<Func<T,Boolean>>,Boolean) | Filters the source collection based on a predicate, preserving the order of the source collection. |