Skip to content

,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)

View source

Summary: Wheres the specified predicate.

Type parameters

NameDescription
TThe Type.

Parameters

NameTypeDescription
sourceIObservableThe source.
predicateFuncThe predicate.

Returns: IObservable -- An IObservable.

Exceptions

TypeCondition
System.ArgumentNullExceptionsource or predicate.