Package rx.internal.operators
Class OnSubscribeCollect<T,R>
- java.lang.Object
-
- rx.internal.operators.OnSubscribeCollect<T,R>
-
- All Implemented Interfaces:
Action,Action1<Subscriber<? super R>>,Function,Observable.OnSubscribe<R>
public final class OnSubscribeCollect<T,R> extends java.lang.Object implements Observable.OnSubscribe<R>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classOnSubscribeCollect.CollectSubscriber<T,R>
-
Field Summary
Fields Modifier and Type Field Description (package private) Func0<R>collectionFactory(package private) Action2<R,? super T>collector(package private) Observable<T>source
-
Constructor Summary
Constructors Constructor Description OnSubscribeCollect(Observable<T> source, Func0<R> collectionFactory, Action2<R,? super T> collector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(Subscriber<? super R> t)
-
-
-
Method Detail
-
call
public void call(Subscriber<? super R> t)
-
-