Class PublisherThat<T>
- java.lang.Object
-
- org.saynotobugs.confidence.quality.composite.QualityComposition<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends org.reactivestreams.Publisher<? extends T>>>
-
- org.saynotobugs.confidence.rxjava3.quality.PublisherThat<T>
-
- All Implemented Interfaces:
org.saynotobugs.confidence.Quality<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends org.reactivestreams.Publisher<? extends T>>>
public final class PublisherThat<T> extends org.saynotobugs.confidence.quality.composite.QualityComposition<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends org.reactivestreams.Publisher<? extends T>>>
-
-
Constructor Summary
Constructors Constructor Description PublisherThat(java.lang.Iterable<? extends RxExpectation<T>> events)PublisherThat(RxExpectation<T>... events)
-
-
-
Constructor Detail
-
PublisherThat
@SafeVarargs public PublisherThat(RxExpectation<T>... events)
-
PublisherThat
public PublisherThat(java.lang.Iterable<? extends RxExpectation<T>> events)
-
-