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