Class MaybeMaterialize<T>

java.lang.Object
io.reactivex.rxjava3.core.Single<Notification<T>>
io.reactivex.rxjava3.internal.operators.maybe.MaybeMaterialize<T>
Type Parameters:
T - the element type of the source
All Implemented Interfaces:
SingleSource<Notification<T>>

public final class MaybeMaterialize<T> extends Single<Notification<T>>
Turn the signal types of a Maybe source into a single Notification of equal kind.

History: 2.2.4 - experimental

Since:
3.0.0
  • Field Details

    • source

      final Maybe<T> source
  • Constructor Details

    • MaybeMaterialize

      public MaybeMaterialize(Maybe<T> source)
  • Method Details