Uses of Class
rx.subjects.TestSubject
Packages that use TestSubject
Package
Description
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
-
Uses of TestSubject in rx.subjects
Methods in rx.subjects that return TestSubjectModifier and TypeMethodDescriptionstatic <T> TestSubject
<T> TestSubject.create
(TestScheduler scheduler) Creates and returns a newTestSubject
.