public interface CompletableTransformer
| Modifier and Type | Method and Description | 
|---|---|
| CompletableSource | apply(Completable upstream)Applies a function to the upstream Completable and returns a CompletableSource. | 
@NonNull CompletableSource apply(@NonNull Completable upstream)
upstream - the upstream Completable instance