Uses of Interface
io.reactivex.rxjava3.core.CompletableTransformer
-
Packages that use CompletableTransformer Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable
,Observable
,Single
,Maybe
andCompletable
; base reactive consumers; other common base interfaces. -
-
Uses of CompletableTransformer in io.reactivex.rxjava3.core
Methods in io.reactivex.rxjava3.core with parameters of type CompletableTransformer Modifier and Type Method Description @NonNull Completable
Completable. compose(@NonNull CompletableTransformer transformer)
Calls the given transformer function with this instance and returns the function's resultingCompletableSource
wrapped withCompletable.wrap(CompletableSource)
.
-