Class MaybeFlatMapCompletable<T>

java.lang.Object
io.reactivex.rxjava3.core.Completable
io.reactivex.rxjava3.internal.operators.maybe.MaybeFlatMapCompletable<T>
Type Parameters:
T - the value type of the source MaybeSource
All Implemented Interfaces:
CompletableSource

public final class MaybeFlatMapCompletable<T> extends Completable
Maps the success value of the source MaybeSource into a Completable.