55 lines
1.2 KiB
Smali
55 lines
1.2 KiB
Smali
.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
|
|
.field final synthetic bPA:Lrx/subjects/Subject;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Lrx/subjects/Subject;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lrx/subjects/SerializedSubject$1;->bPA:Lrx/subjects/Subject;
|
|
|
|
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;
|
|
|
|
iget-object v0, p0, Lrx/subjects/SerializedSubject$1;->bPA:Lrx/subjects/Subject;
|
|
|
|
invoke-virtual {v0, p1}, Lrx/subjects/Subject;->a(Lrx/Subscriber;)Lrx/Subscription;
|
|
|
|
return-void
|
|
.end method
|