Class CompletableMaterialize<T>

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

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

History: 2.2.4 - experimental

Since:
3.0.0
  • Field Details

  • Constructor Details

    • CompletableMaterialize

      public CompletableMaterialize(Completable source)
  • Method Details