BlockingFlowableLatest$LatestSubscriberIterator.smali
.class final Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;
.super Lio/reactivex/subscribers/DisposableSubscriber;
.source "BlockingFlowableLatest.java"
# interfaces
.implements Ljava/util/Iterator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "LatestSubscriberIterator"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/subscribers/DisposableSubscriber<",
"Lio/reactivex/Notification<",
"TT;>;>;",
"Ljava/util/Iterator<",
"TT;>;"
}
.end annotation
# instance fields
.field iteratorNotification:Lio/reactivex/Notification;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/Notification<",
"TT;>;"
}
.end annotation
.end field
.field final notify:Ljava/util/concurrent/Semaphore;
.field final value:Ljava/util/concurrent/atomic/AtomicReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lio/reactivex/Notification<",
"TT;>;>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>()V
.registers 3
.line 48
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
invoke-direct {p0}, Lio/reactivex/subscribers/DisposableSubscriber;-><init>()V
.line 49
new-instance v0, Ljava/util/concurrent/Semaphore;
const/4 v1, 0x0
invoke-direct {v0, v1}, Ljava/util/concurrent/Semaphore;-><init>(I)V
iput-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->notify:Ljava/util/concurrent/Semaphore;
.line 51
new-instance v0, Ljava/util/concurrent/atomic/AtomicReference;
invoke-direct {v0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
iput-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->value:Ljava/util/concurrent/atomic/AtomicReference;
return-void
.end method
# virtual methods
.method public hasNext()Z
.registers 3
.line 76
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
if-eqz v0, :cond_16
invoke-virtual {v0}, Lio/reactivex/Notification;->isOnError()Z
move-result v0
if-nez v0, :cond_b
goto :goto_16
.line 77
:cond_b
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
invoke-virtual {v0}, Lio/reactivex/Notification;->getError()Ljava/lang/Throwable;
move-result-object v0
invoke-static {v0}, Lio/reactivex/internal/util/ExceptionHelper;->wrapOrThrow(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
move-result-object v0
throw v0
.line 79
:cond_16
:goto_16
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
if-eqz v0, :cond_20
invoke-virtual {v0}, Lio/reactivex/Notification;->isOnNext()Z
move-result v0
if-eqz v0, :cond_57
.line 80
:cond_20
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
if-nez v0, :cond_57
.line 82
:try_start_24
invoke-static {}, Lio/reactivex/internal/util/BlockingHelper;->verifyNonBlocking()V
.line 83
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->notify:Ljava/util/concurrent/Semaphore;
invoke-virtual {v0}, Ljava/util/concurrent/Semaphore;->acquire()V
:try_end_2c
.catch Ljava/lang/InterruptedException; {:try_start_24 .. :try_end_2c} :catch_48
.line 88
nop
.line 90
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->value:Ljava/util/concurrent/atomic/AtomicReference;
const/4 v1, 0x0
invoke-virtual {v0, v1}, Ljava/util/concurrent/atomic/AtomicReference;->getAndSet(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lio/reactivex/Notification;
.line 91
.local v0, "n":Lio/reactivex/Notification;, "Lio/reactivex/Notification<TT;>;"
iput-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
.line 92
invoke-virtual {v0}, Lio/reactivex/Notification;->isOnError()Z
move-result v1
if-nez v1, :cond_3f
goto :goto_57
.line 93
:cond_3f
invoke-virtual {v0}, Lio/reactivex/Notification;->getError()Ljava/lang/Throwable;
move-result-object v1
invoke-static {v1}, Lio/reactivex/internal/util/ExceptionHelper;->wrapOrThrow(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
move-result-object v1
throw v1
.line 84
.end local v0 # "n":Lio/reactivex/Notification;, "Lio/reactivex/Notification<TT;>;"
:catch_48
move-exception v0
.line 85
.local v0, "ex":Ljava/lang/InterruptedException;
invoke-virtual {p0}, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->dispose()V
.line 86
invoke-static {v0}, Lio/reactivex/Notification;->createOnError(Ljava/lang/Throwable;)Lio/reactivex/Notification;
move-result-object v1
iput-object v1, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
.line 87
invoke-static {v0}, Lio/reactivex/internal/util/ExceptionHelper;->wrapOrThrow(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
move-result-object v1
throw v1
.line 97
.end local v0 # "ex":Ljava/lang/InterruptedException;
:cond_57
:goto_57
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
invoke-virtual {v0}, Lio/reactivex/Notification;->isOnNext()Z
move-result v0
return v0
.end method
.method public next()Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()TT;"
}
.end annotation
.line 102
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
invoke-virtual {p0}, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->hasNext()Z
move-result v0
if-eqz v0, :cond_18
.line 103
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
invoke-virtual {v0}, Lio/reactivex/Notification;->isOnNext()Z
move-result v0
if-eqz v0, :cond_18
.line 104
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
invoke-virtual {v0}, Lio/reactivex/Notification;->getValue()Ljava/lang/Object;
move-result-object v0
.line 105
.local v0, "v":Ljava/lang/Object;, "TT;"
const/4 v1, 0x0
iput-object v1, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->iteratorNotification:Lio/reactivex/Notification;
.line 106
return-object v0
.line 109
.end local v0 # "v":Ljava/lang/Object;, "TT;"
:cond_18
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.end method
.method public onComplete()V
.registers 1
.line 72
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 2
.param p1, "e" # Ljava/lang/Throwable;
.line 66
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 67
return-void
.end method
.method public onNext(Lio/reactivex/Notification;)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/Notification<",
"TT;>;)V"
}
.end annotation
.line 58
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
.local p1, "args":Lio/reactivex/Notification;, "Lio/reactivex/Notification<TT;>;"
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->value:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v0, p1}, Ljava/util/concurrent/atomic/AtomicReference;->getAndSet(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
if-nez v0, :cond_a
const/4 v0, 0x1
goto :goto_b
:cond_a
const/4 v0, 0x0
.line 59
.local v0, "wasNotAvailable":Z
:goto_b
if-eqz v0, :cond_12
.line 60
iget-object v1, p0, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->notify:Ljava/util/concurrent/Semaphore;
invoke-virtual {v1}, Ljava/util/concurrent/Semaphore;->release()V
.line 62
:cond_12
return-void
.end method
.method public bridge synthetic onNext(Ljava/lang/Object;)V
.registers 2
.line 48
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
check-cast p1, Lio/reactivex/Notification;
invoke-virtual {p0, p1}, Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;->onNext(Lio/reactivex/Notification;)V
return-void
.end method
.method public remove()V
.registers 3
.line 114
.local p0, "this":Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator;, "Lio/reactivex/internal/operators/flowable/BlockingFlowableLatest$LatestSubscriberIterator<TT;>;"
new-instance v0, Ljava/lang/UnsupportedOperationException;
const-string v1, "Read-only iterator."
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
throw v0
.end method