CompletableToFlowable.smali
.class public final Lio/reactivex/internal/operators/completable/CompletableToFlowable;
.super Lio/reactivex/Flowable;
.source "CompletableToFlowable.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/Flowable<",
"TT;>;"
}
.end annotation
# instance fields
.field final source:Lio/reactivex/CompletableSource;
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Lio/reactivex/CompletableSource;)V
.registers 2
.param p1, "source" # Lio/reactivex/CompletableSource;
.line 25
.local p0, "this":Lio/reactivex/internal/operators/completable/CompletableToFlowable;, "Lio/reactivex/internal/operators/completable/CompletableToFlowable<TT;>;"
invoke-direct {p0}, Lio/reactivex/Flowable;-><init>()V
.line 26
iput-object p1, p0, Lio/reactivex/internal/operators/completable/CompletableToFlowable;->source:Lio/reactivex/CompletableSource;
.line 27
return-void
.end method
# virtual methods
.method protected subscribeActual(Lorg/reactivestreams/Subscriber;)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/reactivestreams/Subscriber<",
"-TT;>;)V"
}
.end annotation
.line 31
.local p0, "this":Lio/reactivex/internal/operators/completable/CompletableToFlowable;, "Lio/reactivex/internal/operators/completable/CompletableToFlowable<TT;>;"
.local p1, "s":Lorg/reactivestreams/Subscriber;, "Lorg/reactivestreams/Subscriber<-TT;>;"
new-instance v0, Lio/reactivex/internal/observers/SubscriberCompletableObserver;
invoke-direct {v0, p1}, Lio/reactivex/internal/observers/SubscriberCompletableObserver;-><init>(Lorg/reactivestreams/Subscriber;)V
.line 32
.local v0, "os":Lio/reactivex/internal/observers/SubscriberCompletableObserver;, "Lio/reactivex/internal/observers/SubscriberCompletableObserver<TT;>;"
iget-object v1, p0, Lio/reactivex/internal/operators/completable/CompletableToFlowable;->source:Lio/reactivex/CompletableSource;
invoke-interface {v1, v0}, Lio/reactivex/CompletableSource;->subscribe(Lio/reactivex/CompletableObserver;)V
.line 33
return-void
.end method