Class ActionNotificationObserver<T>

java.lang.Object
rx.internal.util.ActionNotificationObserver<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
Observer<T>

public final class ActionNotificationObserver<T> extends Object implements Observer<T>
An Observer that forwards the onXXX method calls to a notification callback by transforming each signal type into Notifications.