R
- the output type@FunctionalInterface public interface CompletableConverter<R>
Completable.to(io.reactivex.rxjava3.core.CompletableConverter<? extends R>)
operator to turn a Completable into another
value fluently.
History: 2.1.7 - experimental
Modifier and Type | Method and Description |
---|---|
R |
apply(@NonNull Completable upstream)
Applies a function to the upstream Completable and returns a converted value of type
R . |
R apply(@NonNull @NonNull Completable upstream)
R
.upstream
- the upstream Completable instance