Class Upstream<Up,​Down>

    • Constructor Summary

      Constructors 
      Constructor Description
      Upstream​(java.lang.Iterable<org.saynotobugs.confidence.Quality<? super RxSubjectAdapter<? super Up>>> events)  
      Upstream​(org.saynotobugs.confidence.Quality<? super RxSubjectAdapter<? super Up>>... events)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<org.saynotobugs.confidence.Quality<RxTestAdapter<Down>>> qualities​(io.reactivex.rxjava3.schedulers.TestScheduler scheduler, RxSubjectAdapter<? super Up> upstream)  
      • Methods inherited from class java.lang.Object

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

      • Upstream

        @SafeVarargs
        public Upstream​(org.saynotobugs.confidence.Quality<? super RxSubjectAdapter<? super Up>>... events)
      • Upstream

        public Upstream​(java.lang.Iterable<org.saynotobugs.confidence.Quality<? super RxSubjectAdapter<? super Up>>> events)