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