apkfuckery/com.discord/smali_classes2/rx/observers/SerializedSubscriber.smali

104 lines
2.2 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public Lrx/observers/SerializedSubscriber;
.super Lrx/Subscriber;
2019-02-04 20:29:01 +00:00
.source "SerializedSubscriber.java"
2019-02-04 20:08:30 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lrx/Subscriber<",
"TT;>;"
}
.end annotation
# instance fields
2019-05-14 21:53:09 +00:00
.field private final bLB:Lrx/e;
2019-02-04 20:08:30 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/e<",
"TT;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lrx/Subscriber;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Subscriber<",
"-TT;>;)V"
}
.end annotation
const/4 v0, 0x1
invoke-direct {p0, p1, v0}, Lrx/observers/SerializedSubscriber;-><init>(Lrx/Subscriber;Z)V
return-void
.end method
.method public constructor <init>(Lrx/Subscriber;Z)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Subscriber<",
"-TT;>;Z)V"
}
.end annotation
invoke-direct {p0, p1, p2}, Lrx/Subscriber;-><init>(Lrx/Subscriber;Z)V
new-instance p2, Lrx/observers/c;
invoke-direct {p2, p1}, Lrx/observers/c;-><init>(Lrx/e;)V
2019-05-14 21:53:09 +00:00
iput-object p2, p0, Lrx/observers/SerializedSubscriber;->bLB:Lrx/e;
2019-02-04 20:08:30 +00:00
return-void
.end method
# virtual methods
.method public onCompleted()V
.locals 1
2019-05-14 21:53:09 +00:00
iget-object v0, p0, Lrx/observers/SerializedSubscriber;->bLB:Lrx/e;
2019-02-04 20:08:30 +00:00
invoke-interface {v0}, Lrx/e;->onCompleted()V
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 1
2019-05-14 21:53:09 +00:00
iget-object v0, p0, Lrx/observers/SerializedSubscriber;->bLB:Lrx/e;
2019-02-04 20:08:30 +00:00
invoke-interface {v0, p1}, Lrx/e;->onError(Ljava/lang/Throwable;)V
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
2019-05-14 21:53:09 +00:00
iget-object v0, p0, Lrx/observers/SerializedSubscriber;->bLB:Lrx/e;
2019-02-04 20:08:30 +00:00
invoke-interface {v0, p1}, Lrx/e;->onNext(Ljava/lang/Object;)V
return-void
.end method