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