Uses of Interface
io.reactivex.rxjava3.core.SingleTransformer
-
Packages that use SingleTransformer Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable,Observable,Single,MaybeandCompletable; base reactive consumers; other common base interfaces. -
-
Uses of SingleTransformer in io.reactivex.rxjava3.core
Methods in io.reactivex.rxjava3.core with parameters of type SingleTransformer Modifier and Type Method Description <@NonNull R>
@NonNull Single<R>Single. compose(@NonNull SingleTransformer<? super @NonNull T,? extends @NonNull R> transformer)Transform aSingleby applying a particularSingleTransformerfunction to it.
-