Uses of Interface
io.reactivex.rxjava3.core.SingleConverter
Packages that use SingleConverter
Package
Description
Base reactive classes:
Flowable, Observable,
Single, Maybe and
Completable; 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 SingleConverterModifier and TypeMethodDescriptionfinal <R> RSingle.to(@NonNull SingleConverter<@NonNull T, ? extends R> converter) Calls the specified converter function during assembly time and returns its resulting value.