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