Class CompleteWith<Up>

  • All Implemented Interfaces:
    org.saynotobugs.confidence.Quality<RxSubjectAdapter<? super Up>>

    public final class CompleteWith<Up>
    extends org.saynotobugs.confidence.quality.composite.QualityComposition<RxSubjectAdapter<? super Up>>
    • Constructor Summary

      Constructors 
      Constructor Description
      CompleteWith​(java.lang.Iterable<Up> emissions)  
      CompleteWith​(Up... emissions)  
    • Method Summary

      • Methods inherited from class org.saynotobugs.confidence.quality.composite.QualityComposition

        assessmentOf, description
      • Methods inherited from class java.lang.Object

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

      • CompleteWith

        @SafeVarargs
        public CompleteWith​(Up... emissions)
      • CompleteWith

        public CompleteWith​(java.lang.Iterable<Up> emissions)