tmap/smali_classes5/io/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther.smali
2022-06-10 21:38:30 +09:00

102 lines
2.6 KiB
Smali

.class public final Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther;
.super Lkh/j;
.source "FlowableDelaySubscriptionOther.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"U:",
"Ljava/lang/Object;",
">",
"Lkh/j<",
"TT;>;"
}
.end annotation
# instance fields
.field public final b:Lok/c;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lok/c<",
"+TT;>;"
}
.end annotation
.end field
.field public final c:Lok/c;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lok/c<",
"TU;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lok/c;Lok/c;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lok/c<",
"+TT;>;",
"Lok/c<",
"TU;>;)V"
}
.end annotation
.line 1
invoke-direct {p0}, Lkh/j;-><init>()V
.line 2
iput-object p1, p0, Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther;->b:Lok/c;
.line 3
iput-object p2, p0, Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther;->c:Lok/c;
return-void
.end method
# virtual methods
.method public g6(Lok/d;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lok/d<",
"-TT;>;)V"
}
.end annotation
.line 1
new-instance v0, Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;
iget-object v1, p0, Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther;->b:Lok/c;
invoke-direct {v0, p1, v1}, Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;-><init>(Lok/d;Lok/c;)V
.line 2
invoke-interface {p1, v0}, Lok/d;->onSubscribe(Lok/e;)V
.line 3
iget-object p1, p0, Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther;->c:Lok/c;
iget-object v0, v0, Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;->other:Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber;
invoke-interface {p1, v0}, Lok/c;->subscribe(Lok/d;)V
return-void
.end method