Method Connect
Connect(Func<T, bool>, bool)
Declaration
public IObservable<IChangeSet<T, TKey>> Connect(Func<T, bool> predicate = null, bool suppressEmptyChangeSets = true)
Parameters
Type | Name | Description |
---|---|---|
Func<T, bool> | predicate | |
bool | suppressEmptyChangeSets |
Returns
Type | Description |
---|---|
IObservable<IChangeSet<T, TKey>> |