Class SingleMaterialize<T>

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

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

History: 2.2.4 - experimental

Since:
3.0.0
  • Field Details

  • Constructor Details

    • SingleMaterialize

      public SingleMaterialize(Single<T> source)
  • Method Details