Class SingleFlatMapCompletable<T>

  • Type Parameters:
    T - the value type of the source SingleSource
    All Implemented Interfaces:
    CompletableSource

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