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

119 lines
3.4 KiB
Smali

.class public final Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;
.super Lio/reactivex/internal/operators/observable/a;
.source "ObservableWithLatestFrom.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$a;,
Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"U:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/internal/operators/observable/a<",
"TT;TR;>;"
}
.end annotation
# instance fields
.field public final b:Lph/c;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lph/c<",
"-TT;-TU;+TR;>;"
}
.end annotation
.end field
.field public final c:Lkh/e0;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lkh/e0<",
"+TU;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lkh/e0;Lph/c;Lkh/e0;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkh/e0<",
"TT;>;",
"Lph/c<",
"-TT;-TU;+TR;>;",
"Lkh/e0<",
"+TU;>;)V"
}
.end annotation
.line 1
invoke-direct {p0, p1}, Lio/reactivex/internal/operators/observable/a;-><init>(Lkh/e0;)V
.line 2
iput-object p2, p0, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;->b:Lph/c;
.line 3
iput-object p3, p0, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;->c:Lkh/e0;
return-void
.end method
# virtual methods
.method public subscribeActual(Lkh/g0;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkh/g0<",
"-TR;>;)V"
}
.end annotation
.line 1
new-instance v0, Lio/reactivex/observers/l;
invoke-direct {v0, p1}, Lio/reactivex/observers/l;-><init>(Lkh/g0;)V
.line 2
new-instance p1, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;
iget-object v1, p0, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;->b:Lph/c;
invoke-direct {p1, v0, v1}, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;-><init>(Lkh/g0;Lph/c;)V
.line 3
invoke-virtual {v0, p1}, Lio/reactivex/observers/l;->onSubscribe(Lio/reactivex/disposables/b;)V
.line 4
iget-object v0, p0, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;->c:Lkh/e0;
new-instance v1, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$a;
invoke-direct {v1, p0, p1}, Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$a;-><init>(Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom;Lio/reactivex/internal/operators/observable/ObservableWithLatestFrom$WithLatestFromObserver;)V
invoke-interface {v0, v1}, Lkh/e0;->subscribe(Lkh/g0;)V
.line 5
iget-object v0, p0, Lio/reactivex/internal/operators/observable/a;->a:Lkh/e0;
invoke-interface {v0, p1}, Lkh/e0;->subscribe(Lkh/g0;)V
return-void
.end method