MaybeTimeoutMaybe.smali
.class public final Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;
.super Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream;
.source "MaybeTimeoutMaybe.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutFallbackMaybeObserver;,
Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutOtherMaybeObserver;,
Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutMainMaybeObserver;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"U:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<",
"TT;TT;>;"
}
.end annotation
# instance fields
.field final fallback:Lio/reactivex/MaybeSource;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/MaybeSource<",
"+TT;>;"
}
.end annotation
.end field
.field final other:Lio/reactivex/MaybeSource;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/MaybeSource<",
"TU;>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Lio/reactivex/MaybeSource;Lio/reactivex/MaybeSource;Lio/reactivex/MaybeSource;)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/MaybeSource<",
"TT;>;",
"Lio/reactivex/MaybeSource<",
"TU;>;",
"Lio/reactivex/MaybeSource<",
"+TT;>;)V"
}
.end annotation
.line 38
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;, "Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe<TT;TU;>;"
.local p1, "source":Lio/reactivex/MaybeSource;, "Lio/reactivex/MaybeSource<TT;>;"
.local p2, "other":Lio/reactivex/MaybeSource;, "Lio/reactivex/MaybeSource<TU;>;"
.local p3, "fallback":Lio/reactivex/MaybeSource;, "Lio/reactivex/MaybeSource<+TT;>;"
invoke-direct {p0, p1}, Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream;-><init>(Lio/reactivex/MaybeSource;)V
.line 39
iput-object p2, p0, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;->other:Lio/reactivex/MaybeSource;
.line 40
iput-object p3, p0, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;->fallback:Lio/reactivex/MaybeSource;
.line 41
return-void
.end method
# virtual methods
.method protected subscribeActual(Lio/reactivex/MaybeObserver;)V
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/MaybeObserver<",
"-TT;>;)V"
}
.end annotation
.line 45
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;, "Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe<TT;TU;>;"
.local p1, "observer":Lio/reactivex/MaybeObserver;, "Lio/reactivex/MaybeObserver<-TT;>;"
new-instance v0, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutMainMaybeObserver;
iget-object v1, p0, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;->fallback:Lio/reactivex/MaybeSource;
invoke-direct {v0, p1, v1}, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutMainMaybeObserver;-><init>(Lio/reactivex/MaybeObserver;Lio/reactivex/MaybeSource;)V
.line 46
.local v0, "parent":Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutMainMaybeObserver;, "Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutMainMaybeObserver<TT;TU;>;"
invoke-interface {p1, v0}, Lio/reactivex/MaybeObserver;->onSubscribe(Lio/reactivex/disposables/Disposable;)V
.line 48
iget-object v1, p0, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;->other:Lio/reactivex/MaybeSource;
iget-object v2, v0, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutMainMaybeObserver;->other:Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe$TimeoutOtherMaybeObserver;
invoke-interface {v1, v2}, Lio/reactivex/MaybeSource;->subscribe(Lio/reactivex/MaybeObserver;)V
.line 50
iget-object v1, p0, Lio/reactivex/internal/operators/maybe/MaybeTimeoutMaybe;->source:Lio/reactivex/MaybeSource;
invoke-interface {v1, v0}, Lio/reactivex/MaybeSource;->subscribe(Lio/reactivex/MaybeObserver;)V
.line 51
return-void
.end method