Uses of Interface
io.reactivex.rxjava3.core.CompletableTransformer
-
Packages that use CompletableTransformer Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable,Observable,Single,MaybeandCompletable; 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 CompletableCompletable. compose(@NonNull CompletableTransformer transformer)Calls the given transformer function with this instance and returns the function's resultingCompletableSourcewrapped withCompletable.wrap(CompletableSource).
-