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

56 lines
1.2 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class final Lrx/subjects/SerializedSubject$1;
.super Ljava/lang/Object;
.source "SerializedSubject.java"
# interfaces
.implements Lrx/Observable$a;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/subjects/SerializedSubject;-><init>(Lrx/subjects/Subject;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lrx/Observable$a<",
"TR;>;"
}
.end annotation
# instance fields
2019-10-28 23:46:47 +00:00
.field final synthetic bOS:Lrx/subjects/Subject;
2019-07-24 11:27:29 +00:00
# direct methods
.method constructor <init>(Lrx/subjects/Subject;)V
.locals 0
2019-10-28 23:46:47 +00:00
iput-object p1, p0, Lrx/subjects/SerializedSubject$1;->bOS:Lrx/subjects/Subject;
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final synthetic call(Ljava/lang/Object;)V
.locals 1
check-cast p1, Lrx/Subscriber;
2019-10-28 23:46:47 +00:00
iget-object v0, p0, Lrx/subjects/SerializedSubject$1;->bOS:Lrx/subjects/Subject;
2019-07-24 11:27:29 +00:00
invoke-virtual {v0, p1}, Lrx/subjects/Subject;->a(Lrx/Subscriber;)Lrx/Subscription;
return-void
.end method