apkfuckery/com.discord/smali_classes2/b0/o/d.smali

66 lines
1.2 KiB
Smali
Raw Normal View History

2019-12-21 01:41:59 +00:00
.class public final Lb0/o/d;
2019-12-06 03:29:40 +00:00
.super Lrx/Subscriber;
.source "Subscribers.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"TT;>;"
}
.end annotation
# instance fields
2019-12-21 01:41:59 +00:00
.field public final synthetic d:Lb0/g;
2019-12-06 03:29:40 +00:00
# direct methods
2019-12-21 01:41:59 +00:00
.method public constructor <init>(Lb0/g;)V
2019-12-06 03:29:40 +00:00
.locals 0
2019-12-21 01:41:59 +00:00
iput-object p1, p0, Lb0/o/d;->d:Lb0/g;
2019-12-06 03:29:40 +00:00
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
return-void
.end method
# virtual methods
.method public onCompleted()V
.locals 1
2019-12-21 01:41:59 +00:00
iget-object v0, p0, Lb0/o/d;->d:Lb0/g;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v0}, Lb0/g;->onCompleted()V
2019-12-06 03:29:40 +00:00
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 1
2019-12-21 01:41:59 +00:00
iget-object v0, p0, Lb0/o/d;->d:Lb0/g;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v0, p1}, Lb0/g;->onError(Ljava/lang/Throwable;)V
2019-12-06 03:29:40 +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
2019-12-21 01:41:59 +00:00
iget-object v0, p0, Lb0/o/d;->d:Lb0/g;
2019-12-06 03:29:40 +00:00
2019-12-21 01:41:59 +00:00
invoke-interface {v0, p1}, Lb0/g;->onNext(Ljava/lang/Object;)V
2019-12-06 03:29:40 +00:00
return-void
.end method