Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Rx.observers Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
ObserversHelper methods and utilities for creating and working with Observer objects.Classrx.observersRxJava
SafeSubscriberSafeSubscriber is a wrapper around Subscriber that ensures that the Subscriber complies with the Observable contract.Classrx.observersRxJava
SerializedObserverEnforces single-threaded, serialized, ordered execution of onNext(T), onCompleted(), and onError(java.Classrx.observersRxJava
SerializedSubscriberEnforces single-threaded, serialized, ordered execution of onNext(T), onCompleted(), and onError(java.Classrx.observersRxJava
SubscribersHelper methods and utilities for creating and working with Subscriber objects.Classrx.observersRxJava
TestObserverObserver usable for unit testing to perform assertions, inspect received events or wrap a mocked Observer.Classrx.observersRxJava
TestSubscriberA TestSubscriber is a variety of Subscriber that you can use for unit testing, to perform assertions, inspect received events, or wrap a mocked Subscriber.Classrx.observersRxJava