Class InternalObservableUtils.ErrorNotImplementedAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • ErrorNotImplementedAction

        ErrorNotImplementedAction()
    • Method Detail

      • call

        public void call​(java.lang.Throwable t)
        Specified by:
        call in interface Action1<java.lang.Throwable>