Class CompletesWith<T>

  • All Implemented Interfaces:
    RxExpectation<T>

    public final class CompletesWith<T>
    extends org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      CompletesWith​(int elementCount, org.saynotobugs.confidence.Quality<? super java.lang.Iterable<T>> values)  
      CompletesWith​(org.saynotobugs.confidence.Quality<? super T>... values)  
      CompletesWith​(T... values)  
    • Method Summary

      • Methods inherited from class org.saynotobugs.confidence.rxjava3.RxExpectationComposition

        quality
      • Methods inherited from class java.lang.Object

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

      • CompletesWith

        @SafeVarargs
        public CompletesWith​(T... values)
      • CompletesWith

        @SafeVarargs
        public CompletesWith​(org.saynotobugs.confidence.Quality<? super T>... values)
      • CompletesWith

        public CompletesWith​(int elementCount,
                             org.saynotobugs.confidence.Quality<? super java.lang.Iterable<T>> values)