SingleUsing.smali
.class public final Lio/reactivex/internal/operators/single/SingleUsing;
.super Lio/reactivex/Single;
.source "SingleUsing.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"U:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/Single<",
"TT;>;"
}
.end annotation
# instance fields
.field final disposer:Lio/reactivex/functions/Consumer;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/functions/Consumer<",
"-TU;>;"
}
.end annotation
.end field
.field final eager:Z
.field final resourceSupplier:Ljava/util/concurrent/Callable;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/Callable<",
"TU;>;"
}
.end annotation
.end field
.field final singleFunction:Lio/reactivex/functions/Function;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/functions/Function<",
"-TU;+",
"Lio/reactivex/SingleSource<",
"+TT;>;>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Ljava/util/concurrent/Callable;Lio/reactivex/functions/Function;Lio/reactivex/functions/Consumer;Z)V
.registers 5
.param p4, "eager" # Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/concurrent/Callable<",
"TU;>;",
"Lio/reactivex/functions/Function<",
"-TU;+",
"Lio/reactivex/SingleSource<",
"+TT;>;>;",
"Lio/reactivex/functions/Consumer<",
"-TU;>;Z)V"
}
.end annotation
.line 37
.local p0, "this":Lio/reactivex/internal/operators/single/SingleUsing;, "Lio/reactivex/internal/operators/single/SingleUsing<TT;TU;>;"
.local p1, "resourceSupplier":Ljava/util/concurrent/Callable;, "Ljava/util/concurrent/Callable<TU;>;"
.local p2, "singleFunction":Lio/reactivex/functions/Function;, "Lio/reactivex/functions/Function<-TU;+Lio/reactivex/SingleSource<+TT;>;>;"
.local p3, "disposer":Lio/reactivex/functions/Consumer;, "Lio/reactivex/functions/Consumer<-TU;>;"
invoke-direct {p0}, Lio/reactivex/Single;-><init>()V
.line 38
iput-object p1, p0, Lio/reactivex/internal/operators/single/SingleUsing;->resourceSupplier:Ljava/util/concurrent/Callable;
.line 39
iput-object p2, p0, Lio/reactivex/internal/operators/single/SingleUsing;->singleFunction:Lio/reactivex/functions/Function;
.line 40
iput-object p3, p0, Lio/reactivex/internal/operators/single/SingleUsing;->disposer:Lio/reactivex/functions/Consumer;
.line 41
iput-boolean p4, p0, Lio/reactivex/internal/operators/single/SingleUsing;->eager:Z
.line 42
return-void
.end method
# virtual methods
.method protected subscribeActual(Lio/reactivex/SingleObserver;)V
.registers 8
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/SingleObserver<",
"-TT;>;)V"
}
.end annotation
.line 50
.local p0, "this":Lio/reactivex/internal/operators/single/SingleUsing;, "Lio/reactivex/internal/operators/single/SingleUsing<TT;TU;>;"
.local p1, "s":Lio/reactivex/SingleObserver;, "Lio/reactivex/SingleObserver<-TT;>;"
:try_start_0
iget-object v0, p0, Lio/reactivex/internal/operators/single/SingleUsing;->resourceSupplier:Ljava/util/concurrent/Callable;
invoke-interface {v0}, Ljava/util/concurrent/Callable;->call()Ljava/lang/Object;
move-result-object v0
:try_end_6
.catchall {:try_start_0 .. :try_end_6} :catchall_59
.line 55
.local v0, "resource":Ljava/lang/Object;, "TU;"
nop
.line 60
:try_start_7
iget-object v1, p0, Lio/reactivex/internal/operators/single/SingleUsing;->singleFunction:Lio/reactivex/functions/Function;
invoke-interface {v1, v0}, Lio/reactivex/functions/Function;->apply(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
const-string v2, "The singleFunction returned a null SingleSource"
invoke-static {v1, v2}, Lio/reactivex/internal/functions/ObjectHelper;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lio/reactivex/SingleSource;
:try_end_15
.catchall {:try_start_7 .. :try_end_15} :catchall_23
.line 82
.local v1, "source":Lio/reactivex/SingleSource;, "Lio/reactivex/SingleSource<+TT;>;"
nop
.line 84
new-instance v2, Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver;
iget-boolean v3, p0, Lio/reactivex/internal/operators/single/SingleUsing;->eager:Z
iget-object v4, p0, Lio/reactivex/internal/operators/single/SingleUsing;->disposer:Lio/reactivex/functions/Consumer;
invoke-direct {v2, p1, v0, v3, v4}, Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver;-><init>(Lio/reactivex/SingleObserver;Ljava/lang/Object;ZLio/reactivex/functions/Consumer;)V
invoke-interface {v1, v2}, Lio/reactivex/SingleSource;->subscribe(Lio/reactivex/SingleObserver;)V
.line 85
return-void
.line 61
.end local v1 # "source":Lio/reactivex/SingleSource;, "Lio/reactivex/SingleSource<+TT;>;"
:catchall_23
move-exception v1
.line 62
.local v1, "ex":Ljava/lang/Throwable;
invoke-static {v1}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 64
iget-boolean v2, p0, Lio/reactivex/internal/operators/single/SingleUsing;->eager:Z
if-eqz v2, :cond_44
.line 66
:try_start_2b
iget-object v2, p0, Lio/reactivex/internal/operators/single/SingleUsing;->disposer:Lio/reactivex/functions/Consumer;
invoke-interface {v2, v0}, Lio/reactivex/functions/Consumer;->accept(Ljava/lang/Object;)V
:try_end_30
.catchall {:try_start_2b .. :try_end_30} :catchall_31
.line 70
goto :goto_44
.line 67
:catchall_31
move-exception v2
.line 68
.local v2, "exc":Ljava/lang/Throwable;
invoke-static {v2}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 69
new-instance v3, Lio/reactivex/exceptions/CompositeException;
const/4 v4, 0x2
new-array v4, v4, [Ljava/lang/Throwable;
const/4 v5, 0x0
aput-object v1, v4, v5
const/4 v5, 0x1
aput-object v2, v4, v5
invoke-direct {v3, v4}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
move-object v1, v3
.line 72
.end local v2 # "exc":Ljava/lang/Throwable;
:cond_44
:goto_44
invoke-static {v1, p1}, Lio/reactivex/internal/disposables/EmptyDisposable;->error(Ljava/lang/Throwable;Lio/reactivex/SingleObserver;)V
.line 73
iget-boolean v2, p0, Lio/reactivex/internal/operators/single/SingleUsing;->eager:Z
if-nez v2, :cond_58
.line 75
:try_start_4b
iget-object v2, p0, Lio/reactivex/internal/operators/single/SingleUsing;->disposer:Lio/reactivex/functions/Consumer;
invoke-interface {v2, v0}, Lio/reactivex/functions/Consumer;->accept(Ljava/lang/Object;)V
:try_end_50
.catchall {:try_start_4b .. :try_end_50} :catchall_51
.line 79
goto :goto_58
.line 76
:catchall_51
move-exception v2
.line 77
.restart local v2 # "exc":Ljava/lang/Throwable;
invoke-static {v2}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 78
invoke-static {v2}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 81
.end local v2 # "exc":Ljava/lang/Throwable;
:cond_58
:goto_58
return-void
.line 51
.end local v0 # "resource":Ljava/lang/Object;, "TU;"
.end local v1 # "ex":Ljava/lang/Throwable;
:catchall_59
move-exception v0
.line 52
.local v0, "ex":Ljava/lang/Throwable;
invoke-static {v0}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 53
invoke-static {v0, p1}, Lio/reactivex/internal/disposables/EmptyDisposable;->error(Ljava/lang/Throwable;Lio/reactivex/SingleObserver;)V
.line 54
return-void
.end method