CompletableMergeDelayErrorIterable.smali
.class public final Lio/reactivex/internal/operators/completable/CompletableMergeDelayErrorIterable;
.super Lio/reactivex/Completable;
.source "CompletableMergeDelayErrorIterable.java"
# instance fields
.field final sources:Ljava/lang/Iterable;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Iterable<",
"+",
"Lio/reactivex/CompletableSource;",
">;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Ljava/lang/Iterable;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Iterable<",
"+",
"Lio/reactivex/CompletableSource;",
">;)V"
}
.end annotation
.line 30
.local p1, "sources":Ljava/lang/Iterable;, "Ljava/lang/Iterable<+Lio/reactivex/CompletableSource;>;"
invoke-direct {p0}, Lio/reactivex/Completable;-><init>()V
.line 31
iput-object p1, p0, Lio/reactivex/internal/operators/completable/CompletableMergeDelayErrorIterable;->sources:Ljava/lang/Iterable;
.line 32
return-void
.end method
# virtual methods
.method public subscribeActual(Lio/reactivex/CompletableObserver;)V
.registers 9
.param p1, "s" # Lio/reactivex/CompletableObserver;
.line 36
new-instance v0, Lio/reactivex/disposables/CompositeDisposable;
invoke-direct {v0}, Lio/reactivex/disposables/CompositeDisposable;-><init>()V
.line 38
.local v0, "set":Lio/reactivex/disposables/CompositeDisposable;
invoke-interface {p1, v0}, Lio/reactivex/CompletableObserver;->onSubscribe(Lio/reactivex/disposables/Disposable;)V
.line 43
:try_start_8
iget-object v1, p0, Lio/reactivex/internal/operators/completable/CompletableMergeDelayErrorIterable;->sources:Ljava/lang/Iterable;
invoke-interface {v1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object v1
const-string v2, "The source iterator returned is null"
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, Ljava/util/Iterator;
:try_end_16
.catchall {:try_start_8 .. :try_end_16} :catchall_7c
.line 48
.local v1, "iterator":Ljava/util/Iterator;, "Ljava/util/Iterator<+Lio/reactivex/CompletableSource;>;"
nop
.line 50
new-instance v2, Ljava/util/concurrent/atomic/AtomicInteger;
const/4 v3, 0x1
invoke-direct {v2, v3}, Ljava/util/concurrent/atomic/AtomicInteger;-><init>(I)V
.line 52
.local v2, "wip":Ljava/util/concurrent/atomic/AtomicInteger;
new-instance v3, Lio/reactivex/internal/util/AtomicThrowable;
invoke-direct {v3}, Lio/reactivex/internal/util/AtomicThrowable;-><init>()V
.line 55
.local v3, "error":Lio/reactivex/internal/util/AtomicThrowable;
:goto_22
invoke-virtual {v0}, Lio/reactivex/disposables/CompositeDisposable;->isDisposed()Z
move-result v4
if-eqz v4, :cond_29
.line 56
return-void
.line 61
:cond_29
:try_start_29
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
move-result v4
:try_end_2d
.catchall {:try_start_29 .. :try_end_2d} :catchall_60
.line 66
.local v4, "b":Z
nop
.line 68
if-nez v4, :cond_31
.line 69
goto :goto_68
.line 72
:cond_31
invoke-virtual {v0}, Lio/reactivex/disposables/CompositeDisposable;->isDisposed()Z
move-result v5
if-eqz v5, :cond_38
.line 73
return-void
.line 79
:cond_38
:try_start_38
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v5
const-string v6, "The iterator returned a null CompletableSource"
invoke-static {v5, v6}, Lio/reactivex/internal/functions/ObjectHelper;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
move-result-object v5
check-cast v5, Lio/reactivex/CompletableSource;
:try_end_44
.catchall {:try_start_38 .. :try_end_44} :catchall_58
.line 84
.local v5, "c":Lio/reactivex/CompletableSource;
nop
.line 86
invoke-virtual {v0}, Lio/reactivex/disposables/CompositeDisposable;->isDisposed()Z
move-result v6
if-eqz v6, :cond_4c
.line 87
return-void
.line 90
:cond_4c
invoke-virtual {v2}, Ljava/util/concurrent/atomic/AtomicInteger;->getAndIncrement()I
.line 92
new-instance v6, Lio/reactivex/internal/operators/completable/CompletableMergeDelayErrorArray$MergeInnerCompletableObserver;
invoke-direct {v6, p1, v0, v3, v2}, Lio/reactivex/internal/operators/completable/CompletableMergeDelayErrorArray$MergeInnerCompletableObserver;-><init>(Lio/reactivex/CompletableObserver;Lio/reactivex/disposables/CompositeDisposable;Lio/reactivex/internal/util/AtomicThrowable;Ljava/util/concurrent/atomic/AtomicInteger;)V
invoke-interface {v5, v6}, Lio/reactivex/CompletableSource;->subscribe(Lio/reactivex/CompletableObserver;)V
.line 93
.end local v4 # "b":Z
.end local v5 # "c":Lio/reactivex/CompletableSource;
goto :goto_22
.line 80
.restart local v4 # "b":Z
:catchall_58
move-exception v5
.line 81
.local v5, "e":Ljava/lang/Throwable;
invoke-static {v5}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 82
invoke-virtual {v3, v5}, Lio/reactivex/internal/util/AtomicThrowable;->addThrowable(Ljava/lang/Throwable;)Z
.line 83
goto :goto_68
.line 62
.end local v4 # "b":Z
.end local v5 # "e":Ljava/lang/Throwable;
:catchall_60
move-exception v4
.line 63
.local v4, "e":Ljava/lang/Throwable;
invoke-static {v4}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 64
invoke-virtual {v3, v4}, Lio/reactivex/internal/util/AtomicThrowable;->addThrowable(Ljava/lang/Throwable;)Z
.line 65
nop
.line 95
.end local v4 # "e":Ljava/lang/Throwable;
:goto_68
invoke-virtual {v2}, Ljava/util/concurrent/atomic/AtomicInteger;->decrementAndGet()I
move-result v4
if-nez v4, :cond_7b
.line 96
invoke-virtual {v3}, Lio/reactivex/internal/util/AtomicThrowable;->terminate()Ljava/lang/Throwable;
move-result-object v4
.line 97
.local v4, "ex":Ljava/lang/Throwable;
if-nez v4, :cond_78
.line 98
invoke-interface {p1}, Lio/reactivex/CompletableObserver;->onComplete()V
goto :goto_7b
.line 100
:cond_78
invoke-interface {p1, v4}, Lio/reactivex/CompletableObserver;->onError(Ljava/lang/Throwable;)V
.line 103
.end local v4 # "ex":Ljava/lang/Throwable;
:cond_7b
:goto_7b
return-void
.line 44
.end local v1 # "iterator":Ljava/util/Iterator;, "Ljava/util/Iterator<+Lio/reactivex/CompletableSource;>;"
.end local v2 # "wip":Ljava/util/concurrent/atomic/AtomicInteger;
.end local v3 # "error":Lio/reactivex/internal/util/AtomicThrowable;
:catchall_7c
move-exception v1
.line 45
.local v1, "e":Ljava/lang/Throwable;
invoke-static {v1}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 46
invoke-interface {p1, v1}, Lio/reactivex/CompletableObserver;->onError(Ljava/lang/Throwable;)V
.line 47
return-void
.end method