Class ObservableInternalHelper.ObserverOnComplete<T>

  • All Implemented Interfaces:
    Action
    Enclosing class:
    ObservableInternalHelper

    static final class ObservableInternalHelper.ObserverOnComplete<T>
    extends java.lang.Object
    implements Action
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Observer<T> observer  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Runs the action and optionally throws a checked exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObserverOnComplete

        ObserverOnComplete​(Observer<T> observer)
    • Method Detail

      • run

        public void run()
        Description copied from interface: Action
        Runs the action and optionally throws a checked exception.
        Specified by:
        run in interface Action