Uses of Class
rx.subjects.TestSubject
-
Packages that use TestSubject Package Description rx.subjects 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 TestSubject Modifier and Type Method Description static <T> TestSubject<T>
TestSubject. create(TestScheduler scheduler)
Creates and returns a newTestSubject
.
-