,System.Func{--0,System.Boolean})}
LinqMixins.Where(IObservable, Func) method¶
Defined in
Type: LinqMixins
Namespace: Minimalist.Reactive
Assembly: Minimalist.Reactive.dll
Applies to
netstandard2.0
public static IObservable<T> Where<T>(this IObservable<T> source, Func<T, bool> predicate)
Summary: Wheres the specified predicate.
Type parameters
| Name | Description |
|---|---|
T | The Type. |
Parameters
| Name | Type | Description |
|---|---|---|
source | IObservable | The source. |
predicate | Func | The predicate. |
Returns: IObservable
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | source or predicate. |