apkfuckery/com.discord/smali_classes2/rx/observers/d$2.smali

75 lines
1.6 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class final Lrx/observers/d$2;
2019-02-04 20:05:16 +00:00
.super Lrx/Subscriber;
2019-02-04 20:29:01 +00:00
.source "Subscribers.java"
2019-02-04 20:05:16 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
2019-02-04 20:08:30 +00:00
value = Lrx/observers/d;->b(Lrx/Subscriber;)Lrx/Subscriber;
2019-02-04 20:05:16 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:08:30 +00:00
"Lrx/Subscriber<",
"TT;>;"
2019-02-04 20:05:16 +00:00
}
.end annotation
# instance fields
2019-05-14 21:53:09 +00:00
.field final synthetic bFv:Lrx/Subscriber;
2019-02-04 20:05:16 +00:00
# direct methods
.method constructor <init>(Lrx/Subscriber;Lrx/Subscriber;)V
.locals 0
2019-05-14 21:53:09 +00:00
iput-object p2, p0, Lrx/observers/d$2;->bFv:Lrx/Subscriber;
2019-02-04 20:05:16 +00:00
invoke-direct {p0, p1}, Lrx/Subscriber;-><init>(Lrx/Subscriber;)V
return-void
.end method
# virtual methods
2019-02-04 20:08:30 +00:00
.method public final onCompleted()V
2019-02-04 20:05:16 +00:00
.locals 1
2019-05-14 21:53:09 +00:00
iget-object v0, p0, Lrx/observers/d$2;->bFv:Lrx/Subscriber;
2019-02-04 20:05:16 +00:00
invoke-virtual {v0}, Lrx/Subscriber;->onCompleted()V
return-void
.end method
2019-02-04 20:08:30 +00:00
.method public final onError(Ljava/lang/Throwable;)V
2019-02-04 20:05:16 +00:00
.locals 1
2019-05-14 21:53:09 +00:00
iget-object v0, p0, Lrx/observers/d$2;->bFv:Lrx/Subscriber;
2019-02-04 20:05:16 +00:00
invoke-virtual {v0, p1}, Lrx/Subscriber;->onError(Ljava/lang/Throwable;)V
return-void
.end method
2019-02-04 20:08:30 +00:00
.method public final onNext(Ljava/lang/Object;)V
2019-02-04 20:05:16 +00:00
.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/d$2;->bFv:Lrx/Subscriber;
2019-02-04 20:05:16 +00:00
invoke-virtual {v0, p1}, Lrx/Subscriber;->onNext(Ljava/lang/Object;)V
return-void
.end method