Class FlowableConcatMapCompletable<T>

java.lang.Object
io.reactivex.rxjava3.core.Completable
io.reactivex.rxjava3.internal.operators.mixed.FlowableConcatMapCompletable<T>
Type Parameters:
T - the upstream value type
All Implemented Interfaces:
CompletableSource

public final class FlowableConcatMapCompletable<T> extends Completable
Maps the upstream items into CompletableSources and subscribes to them one after the other completes or terminates (in error-delaying mode).

History: 2.1.11 - experimental

Since:
2.2