- Type Parameters:
- T- the source value type
- K- the group key type
- R- the value type of the groups
- D- 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