Package 

Interface DisconnectionRouterOutput

    • Method Summary

      Modifier and Type Method Description
      abstract Observable<BleException> asValueOnlyObservable() Function returning an Observable that will only emit value in case of a disconnection (will never emit an error)
      abstract <T> Observable<T> asErrorOnlyObservable() Function returning an Observable that will only throw error in case of a disconnection (will never emit value)
      • Methods inherited from class java.lang.Object

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

      • asValueOnlyObservable

         abstract Observable<BleException> asValueOnlyObservable()

        Function returning an Observable that will only emit value in case of a disconnection (will never emit an error)

      • asErrorOnlyObservable

         abstract <T> Observable<T> asErrorOnlyObservable()

        Function returning an Observable that will only throw error in case of a disconnection (will never emit value)