Class ObservableSwitchMapCompletable<T>

  • Type Parameters:
    T - the upstream value type
    All Implemented Interfaces:
    CompletableSource

    public final class ObservableSwitchMapCompletable<T>
    extends Completable
    Maps the upstream values into CompletableSources, subscribes to the newer one while disposing the subscription to the previous CompletableSource, thus keeping at most one active CompletableSource running.

    History: 2.1.11 - experimental

    Since:
    2.2