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