Class SafeObserver<T>

  • Type Parameters:
    T - the value type
    All Implemented Interfaces:
    Observer<T>, Disposable

    public final class SafeObserver<T>
    extends java.lang.Object
    implements Observer<T>, Disposable
    Wraps another Observer and ensures all onXXX methods conform the protocol (except the requirement for serialized access).