Class ReactiveStreams


  • @Deprecated
    public final class ReactiveStreams
    extends java.lang.Object
    Deprecated.
    with the dependency on Publisher directly, no need for these methods anymore. Use technology specific
    Utility methods for working with Publishers.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static <T> org.reactivestreams.Publisher<T> fromRx​(io.reactivex.Flowable<T> source)
      Deprecated.
      Flowable is a Publisher
      static <T> org.reactivestreams.Publisher<T> publisherFrom​(io.reactivex.Flowable<T> source)
      Deprecated.
      useless
      static <T> io.reactivex.Flowable<T> rxFrom​(org.reactivestreams.Publisher<T> stream)
      Deprecated.
      rxjava2 has Flowable.fromPublisher(Publisher)
      • Methods inherited from class java.lang.Object

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

      • rxFrom

        public static <T> io.reactivex.Flowable<T> rxFrom​(org.reactivestreams.Publisher<T> stream)
        Deprecated.
        rxjava2 has Flowable.fromPublisher(Publisher)
      • fromRx

        public static <T> org.reactivestreams.Publisher<T> fromRx​(io.reactivex.Flowable<T> source)
        Deprecated.
        Flowable is a Publisher
      • publisherFrom

        public static <T> org.reactivestreams.Publisher<T> publisherFrom​(io.reactivex.Flowable<T> source)
        Deprecated.
        useless