Package rx.observables
Class AsyncOnSubscribe.UnicastSubject.State<T>
- java.lang.Object
-
- rx.observables.AsyncOnSubscribe.UnicastSubject.State<T>
-
- All Implemented Interfaces:
Action
,Action1<Subscriber<? super T>>
,Function
,Observable.OnSubscribe<T>
- Enclosing class:
- AsyncOnSubscribe.UnicastSubject<T>
static final class AsyncOnSubscribe.UnicastSubject.State<T> extends java.lang.Object implements Observable.OnSubscribe<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Subscriber<? super T>
subscriber
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(Subscriber<? super T> s)
-
-
-
Field Detail
-
subscriber
Subscriber<? super T> subscriber
-
-
Method Detail
-
call
public void call(Subscriber<? super T> s)
-
-