Class CompletesWith<T>

java.lang.Object
org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
org.saynotobugs.confidence.rxjava3.rxexpectation.CompletesWith<T>
All Implemented Interfaces:
RxExpectation<T>

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

    • 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 Iterable<T>> values)