apkfuckery/com.discord/smali_classes2/rx/observers/d$1.smali
2019-10-01 16:15:45 +02:00

75 lines
1.4 KiB
Smali

.class public final Lrx/observers/d$1;
.super Lrx/Subscriber;
.source "Subscribers.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lrx/observers/d;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"TT;>;"
}
.end annotation
# instance fields
.field final synthetic bQS:Lrx/e;
# direct methods
.method public constructor <init>(Lrx/e;)V
.locals 0
iput-object p1, p0, Lrx/observers/d$1;->bQS:Lrx/e;
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
return-void
.end method
# virtual methods
.method public final onCompleted()V
.locals 1
iget-object v0, p0, Lrx/observers/d$1;->bQS:Lrx/e;
invoke-interface {v0}, Lrx/e;->onCompleted()V
return-void
.end method
.method public final onError(Ljava/lang/Throwable;)V
.locals 1
iget-object v0, p0, Lrx/observers/d$1;->bQS:Lrx/e;
invoke-interface {v0, p1}, Lrx/e;->onError(Ljava/lang/Throwable;)V
return-void
.end method
.method public final onNext(Ljava/lang/Object;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
iget-object v0, p0, Lrx/observers/d$1;->bQS:Lrx/e;
invoke-interface {v0, p1}, Lrx/e;->onNext(Ljava/lang/Object;)V
return-void
.end method