CombineLatestSink<TResult> abstract class CombineLatestSink<TResult> : IdentitySink<TResult>, ICombineLatest Documentation Code protected readonly object _gate protected CombineLatestSink(int arity, IObserver<TResult> observer) public void Done(int index) public void Fail(Exception error) protected abstract TResult GetResult() public void Next(int index)