Class RxConnectables


  • public final class RxConnectables
    extends java.lang.Object
    Contains utility methods for converting back and forth between Observable.Transformers and Connectables.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <I,​O>
      com.spotify.mobius.Connectable<I,​O>
      fromTransformer​(rx.Observable.Transformer<I,​O> transformer)  
      static <I,​O>
      rx.Observable.Transformer<I,​O>
      toTransformer​(com.spotify.mobius.Connectable<I,​O> connectable)  
      static <I,​O>
      rx.Observable.Transformer<I,​O>
      toTransformer​(com.spotify.mobius.Connectable<I,​O> connectable, rx.Emitter.BackpressureMode backpressureMode)  
      • Methods inherited from class java.lang.Object

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

      • fromTransformer

        public static <I,​O> com.spotify.mobius.Connectable<I,​O> fromTransformer​(rx.Observable.Transformer<I,​O> transformer)
      • toTransformer

        public static <I,​O> rx.Observable.Transformer<I,​O> toTransformer​(com.spotify.mobius.Connectable<I,​O> connectable,
                                                                                     rx.Emitter.BackpressureMode backpressureMode)
      • toTransformer

        public static <I,​O> rx.Observable.Transformer<I,​O> toTransformer​(com.spotify.mobius.Connectable<I,​O> connectable)