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

93 lines
2.5 KiB
Smali

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