Uses of Interface
io.reactivex.rxjava3.core.SingleTransformer
-
Packages that use SingleTransformer Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable
,Observable
,Single
,Maybe
andCompletable
; 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 aSingle
by applying a particularSingleTransformer
function to it.
-