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