Uses of Class
rx.observables.AsyncOnSubscribe.UnicastSubject
Packages that use AsyncOnSubscribe.UnicastSubject
Package
Description
Classes extending the Observable base reactive class, synchronous and
asynchronous event generators.
-
Uses of AsyncOnSubscribe.UnicastSubject in rx.observables
Fields in rx.observables declared as AsyncOnSubscribe.UnicastSubjectModifier and TypeFieldDescriptionprivate final AsyncOnSubscribe.UnicastSubject<Observable<T>> AsyncOnSubscribe.AsyncOuterManager.mergerMethods in rx.observables that return AsyncOnSubscribe.UnicastSubjectModifier and TypeMethodDescriptionstatic <T> AsyncOnSubscribe.UnicastSubject<T> AsyncOnSubscribe.UnicastSubject.create()Constructors in rx.observables with parameters of type AsyncOnSubscribe.UnicastSubjectModifierConstructorDescriptionAsyncOuterManager(AsyncOnSubscribe<S, T> parent, S initialState, AsyncOnSubscribe.UnicastSubject<Observable<T>> merger)