Class 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.