apkfuckery/com.discord/smali_classes2/rx/subjects/SerializedSubject.smali

93 lines
2 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public Lrx/subjects/SerializedSubject;
.super Lrx/subjects/Subject;
.source "SerializedSubject.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
">",
"Lrx/subjects/Subject<",
"TT;TR;>;"
}
.end annotation
# instance fields
2020-07-16 19:51:49 +00:00
.field public final e:Lr0/n/c;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-07-16 19:51:49 +00:00
"Lr0/n/c<",
2020-05-17 12:40:10 +00:00
"TT;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lrx/subjects/Subject;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/subjects/Subject<",
"TT;TR;>;)V"
}
.end annotation
new-instance v0, Lrx/subjects/SerializedSubject$a;
invoke-direct {v0, p1}, Lrx/subjects/SerializedSubject$a;-><init>(Lrx/subjects/Subject;)V
invoke-direct {p0, v0}, Lrx/subjects/Subject;-><init>(Lrx/Observable$a;)V
2020-07-16 19:51:49 +00:00
new-instance v0, Lr0/n/c;
2020-05-17 12:40:10 +00:00
2020-07-16 19:51:49 +00:00
invoke-direct {v0, p1}, Lr0/n/c;-><init>(Lr0/g;)V
2020-05-17 12:40:10 +00:00
2020-07-16 19:51:49 +00:00
iput-object v0, p0, Lrx/subjects/SerializedSubject;->e:Lr0/n/c;
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
.method public onCompleted()V
.locals 1
2020-07-16 19:51:49 +00:00
iget-object v0, p0, Lrx/subjects/SerializedSubject;->e:Lr0/n/c;
2020-05-17 12:40:10 +00:00
2020-07-16 19:51:49 +00:00
invoke-virtual {v0}, Lr0/n/c;->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-16 19:51:49 +00:00
iget-object v0, p0, Lrx/subjects/SerializedSubject;->e:Lr0/n/c;
2020-05-17 12:40:10 +00:00
2020-07-16 19:51:49 +00:00
invoke-virtual {v0, p1}, Lr0/n/c;->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-16 19:51:49 +00:00
iget-object v0, p0, Lrx/subjects/SerializedSubject;->e:Lr0/n/c;
2020-05-17 12:40:10 +00:00
2020-07-16 19:51:49 +00:00
invoke-virtual {v0, p1}, Lr0/n/c;->onNext(Ljava/lang/Object;)V
2020-05-17 12:40:10 +00:00
return-void
.end method