The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Observable.GroupByUntil()

Observable.GroupByUntil Method

Include Protected Members
Include Inherited Members

Groups the elements of an observable sequence according to a specified key selector function.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

NameDescriptionPublic methodStatic memberGroupByUntil<TSource, TKey, TDuration>(IObservable, Func<TSource, TKey>, Func<IGroupedObservable<TKey, TSource>, IObservable>)Groups the elements of an observable sequence according to a specified key selector function.Public methodStatic memberGroupByUntil<TSource, TKey, TDuration>(IObservable, Func<TSource, TKey>, Func<IGroupedObservable<TKey, TSource>, IObservable>, IEqualityComparer)Groups the elements of an observable sequence according to a specified key selector function and comparer.Public methodStatic memberGroupByUntil<TSource, TKey, TElement, TDuration>(IObservable, Func<TSource, TKey>, Func<TSource, TElement>, Func<IGroupedObservable<TKey, TElement>, IObservable>)Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.Public methodStatic memberGroupByUntil<TSource, TKey, TElement, TDuration>(IObservable, Func<TSource, TKey>, Func<TSource, TElement>, Func<IGroupedObservable<TKey, TElement>, IObservable>, IEqualityComparer)Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace