ZipObserver<T> sealed class ZipObserver<T> : IObserver<T> Documentation Code public Queue<T> Values { get; } public ZipObserver(object gate, IZip parent, int index, IDisposable self) public void OnCompleted() public void OnError(Exception error) public void OnNext(T value)