Class Util


  • public final class Util
    extends java.lang.Object
    Junk drawer to avoid dependencies on internal RxJava types.
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> io.reactivex.functions.Function<T,​T> identity()  
      static boolean validate​(io.reactivex.disposables.Disposable current, io.reactivex.disposables.Disposable next)  
      static boolean validate​(org.reactivestreams.Subscription current, org.reactivestreams.Subscription next)  
      • Methods inherited from class java.lang.Object

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

      • Util

        public Util()
    • Method Detail

      • identity

        public static <T> io.reactivex.functions.Function<T,​T> identity()
      • validate

        public static boolean validate​(io.reactivex.disposables.Disposable current,
                                       io.reactivex.disposables.Disposable next)
      • validate

        public static boolean validate​(org.reactivestreams.Subscription current,
                                       org.reactivestreams.Subscription next)