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