예제 #1
0
 /// <inheritdoc />
 public IObservable <IChangeSet <Device, string> > Preview(Func <Device, bool>?predicate = null)
 => _controllers?.Preview(predicate) ?? throw new ObjectDisposedException(nameof(Devices));
예제 #2
0
 public IObservable <IChangeSet <TValue, TKey> > Preview(Func <TValue, bool> predicate = null)
 => _cache.Preview(predicate);