System.Reactive.Linq.ObservableImpl.TakeUntilPredicate<TSource> sealed class TakeUntilPredicate<TSource> : Producer<TSource, TakeUntilPredicateObserver<TSource>> Relays items to the downstream until the predicate returns true. Documentation Code namespace System.Reactive.Linq.ObservableImpl { }