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

110 lines
2.3 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public Lrx/observers/SerializedSubscriber;
.super Lrx/Subscriber;
.source "SerializedSubscriber.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lrx/Subscriber<",
"TT;>;"
}
.end annotation
# instance fields
2020-07-14 22:43:59 +00:00
.field public final d:Lq0/g;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-07-14 22:43:59 +00:00
"Lq0/g<",
2020-05-17 12:40:10 +00:00
"TT;>;"
}
.end annotation
.end field
# direct methods
2020-07-08 16:44:49 +00:00
.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/Subscriber;-><init>(Lrx/Subscriber;Z)V
2020-07-14 22:43:59 +00:00
new-instance v0, Lq0/n/c;
2020-07-08 16:44:49 +00:00
2020-07-14 22:43:59 +00:00
invoke-direct {v0, p1}, Lq0/n/c;-><init>(Lq0/g;)V
2020-07-08 16:44:49 +00:00
2020-07-14 22:43:59 +00:00
iput-object v0, p0, Lrx/observers/SerializedSubscriber;->d:Lq0/g;
2020-07-08 16:44:49 +00:00
return-void
.end method
2020-05-17 12:40:10 +00:00
.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
2020-07-14 22:43:59 +00:00
new-instance p2, Lq0/n/c;
2020-05-17 12:40:10 +00:00
2020-07-14 22:43:59 +00:00
invoke-direct {p2, p1}, Lq0/n/c;-><init>(Lq0/g;)V
2020-05-17 12:40:10 +00:00
2020-07-14 22:43:59 +00:00
iput-object p2, p0, Lrx/observers/SerializedSubscriber;->d:Lq0/g;
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
.method public onCompleted()V
.locals 1
2020-07-14 22:43:59 +00:00
iget-object v0, p0, Lrx/observers/SerializedSubscriber;->d:Lq0/g;
2020-05-17 12:40:10 +00:00
2020-07-14 22:43:59 +00:00
invoke-interface {v0}, Lq0/g;->onCompleted()V
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 1
2020-07-14 22:43:59 +00:00
iget-object v0, p0, Lrx/observers/SerializedSubscriber;->d:Lq0/g;
2020-05-17 12:40:10 +00:00
2020-07-14 22:43:59 +00:00
invoke-interface {v0, p1}, Lq0/g;->onError(Ljava/lang/Throwable;)V
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
2020-07-14 22:43:59 +00:00
iget-object v0, p0, Lrx/observers/SerializedSubscriber;->d:Lq0/g;
2020-05-17 12:40:10 +00:00
2020-07-14 22:43:59 +00:00
invoke-interface {v0, p1}, Lq0/g;->onNext(Ljava/lang/Object;)V
2020-05-17 12:40:10 +00:00
return-void
.end method