- Type Parameters:
T
- the source value typeK
- the group key typeR
- the value type of the groupsD
- the type of the duration
- All Implemented Interfaces:
- Func1<Subscriber<? super GroupedObservable<K,R>>,Subscriber<? super T>>, Function, Observable.Operator<GroupedObservable<K,R>,T>
public class OperatorGroupByUntil<T,K,R,D>
extends java.lang.Object
implements Observable.Operator<GroupedObservable<K,R>,T>
Groups the elements of an observable sequence according to a specified key selector, value selector and
duration selector function.
- See Also:
- MSDN: Observable.GroupByUntil,
MSDN: Observable.GroupByUntil