Uses of Interface
io.reactivex.rxjava3.core.SingleConverter
-
Packages that use SingleConverter Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable,Observable,Single,MaybeandCompletable; base reactive consumers; other common base interfaces. -
-
Uses of SingleConverter in io.reactivex.rxjava3.core
Methods in io.reactivex.rxjava3.core with parameters of type SingleConverter Modifier and Type Method Description <R> RSingle. to(@NonNull SingleConverter<@NonNull T,? extends R> converter)Calls the specified converter function during assembly time and returns its resulting value.
-