Class MaybeFlatMapNotification<T,R>

java.lang.Object
io.reactivex.rxjava3.core.Maybe<R>
io.reactivex.rxjava3.internal.operators.maybe.AbstractMaybeWithUpstream<T,R>
io.reactivex.rxjava3.internal.operators.maybe.MaybeFlatMapNotification<T,R>
Type Parameters:
T - the source value type
R - the result value type
All Implemented Interfaces:
MaybeSource<R>, HasUpstreamMaybeSource<T>

public final class MaybeFlatMapNotification<T,R> extends AbstractMaybeWithUpstream<T,R>
Maps a value into a MaybeSource and relays its signal.