2022-06-10 21:38:30 +09:00

168 lines
3.7 KiB
Smali

.class public final Lio/reactivex/internal/operators/mixed/a;
.super Ljava/lang/Object;
.source "MaterializeSingleObserver.java"
# interfaces
.implements Lkh/l0;
.implements Lkh/t;
.implements Lkh/d;
.implements Lio/reactivex/disposables/b;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lkh/l0<",
"TT;>;",
"Lkh/t<",
"TT;>;",
"Lkh/d;",
"Lio/reactivex/disposables/b;"
}
.end annotation
.annotation build Lio/reactivex/annotations/Experimental;
.end annotation
# instance fields
.field public final a:Lkh/l0;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lkh/l0<",
"-",
"Lkh/y<",
"TT;>;>;"
}
.end annotation
.end field
.field public b:Lio/reactivex/disposables/b;
# direct methods
.method public constructor <init>(Lkh/l0;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkh/l0<",
"-",
"Lkh/y<",
"TT;>;>;)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lio/reactivex/internal/operators/mixed/a;->a:Lkh/l0;
return-void
.end method
# virtual methods
.method public dispose()V
.locals 1
.line 1
iget-object v0, p0, Lio/reactivex/internal/operators/mixed/a;->b:Lio/reactivex/disposables/b;
invoke-interface {v0}, Lio/reactivex/disposables/b;->dispose()V
return-void
.end method
.method public isDisposed()Z
.locals 1
.line 1
iget-object v0, p0, Lio/reactivex/internal/operators/mixed/a;->b:Lio/reactivex/disposables/b;
invoke-interface {v0}, Lio/reactivex/disposables/b;->isDisposed()Z
move-result v0
return v0
.end method
.method public onComplete()V
.locals 2
.line 1
iget-object v0, p0, Lio/reactivex/internal/operators/mixed/a;->a:Lkh/l0;
invoke-static {}, Lkh/y;->a()Lkh/y;
move-result-object v1
invoke-interface {v0, v1}, Lkh/l0;->onSuccess(Ljava/lang/Object;)V
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 1
.line 1
iget-object v0, p0, Lio/reactivex/internal/operators/mixed/a;->a:Lkh/l0;
invoke-static {p1}, Lkh/y;->b(Ljava/lang/Throwable;)Lkh/y;
move-result-object p1
invoke-interface {v0, p1}, Lkh/l0;->onSuccess(Ljava/lang/Object;)V
return-void
.end method
.method public onSubscribe(Lio/reactivex/disposables/b;)V
.locals 1
.line 1
iget-object v0, p0, Lio/reactivex/internal/operators/mixed/a;->b:Lio/reactivex/disposables/b;
invoke-static {v0, p1}, Lio/reactivex/internal/disposables/DisposableHelper;->validate(Lio/reactivex/disposables/b;Lio/reactivex/disposables/b;)Z
move-result v0
if-eqz v0, :cond_0
.line 2
iput-object p1, p0, Lio/reactivex/internal/operators/mixed/a;->b:Lio/reactivex/disposables/b;
.line 3
iget-object p1, p0, Lio/reactivex/internal/operators/mixed/a;->a:Lkh/l0;
invoke-interface {p1, p0}, Lkh/l0;->onSubscribe(Lio/reactivex/disposables/b;)V
:cond_0
return-void
.end method
.method public onSuccess(Ljava/lang/Object;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.line 1
iget-object v0, p0, Lio/reactivex/internal/operators/mixed/a;->a:Lkh/l0;
invoke-static {p1}, Lkh/y;->c(Ljava/lang/Object;)Lkh/y;
move-result-object p1
invoke-interface {v0, p1}, Lkh/l0;->onSuccess(Ljava/lang/Object;)V
return-void
.end method