public interface CompletableTransformer
Modifier and Type | Method and Description |
---|---|
CompletableSource |
apply(Completable upstream)
Applies a function to the upstream Completable and returns a CompletableSource.
|
CompletableSource apply(Completable upstream) throws java.lang.Exception
upstream
- the upstream Completable instancejava.lang.Exception
- in case the transformation throws, checked exceptions will be wrapped
into a RuntimeException