183 lines
5.1 KiB
Smali
183 lines
5.1 KiB
Smali
.class public Lrx/singles/BlockingSingle;
|
|
.super Ljava/lang/Object;
|
|
.source "BlockingSingle.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Ljava/lang/Object;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lrx/annotations/Experimental;
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final single:Lrx/Single;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lrx/Single",
|
|
"<+TT;>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(Lrx/Single;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lrx/Single",
|
|
"<+TT;>;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.prologue
|
|
.local p0, "this":Lrx/singles/BlockingSingle;, "Lrx/singles/BlockingSingle<TT;>;"
|
|
.local p1, "single":Lrx/Single;, "Lrx/Single<+TT;>;"
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lrx/singles/BlockingSingle;->single:Lrx/Single;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static from(Lrx/Single;)Lrx/singles/BlockingSingle;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Lrx/Single",
|
|
"<+TT;>;)",
|
|
"Lrx/singles/BlockingSingle",
|
|
"<TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lrx/annotations/Experimental;
|
|
.end annotation
|
|
|
|
.prologue
|
|
.local p0, "single":Lrx/Single;, "Lrx/Single<+TT;>;"
|
|
new-instance v0, Lrx/singles/BlockingSingle;
|
|
|
|
invoke-direct {v0, p0}, Lrx/singles/BlockingSingle;-><init>(Lrx/Single;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public toFuture()Ljava/util/concurrent/Future;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/concurrent/Future",
|
|
"<TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lrx/annotations/Experimental;
|
|
.end annotation
|
|
|
|
.prologue
|
|
.local p0, "this":Lrx/singles/BlockingSingle;, "Lrx/singles/BlockingSingle<TT;>;"
|
|
iget-object v0, p0, Lrx/singles/BlockingSingle;->single:Lrx/Single;
|
|
|
|
invoke-virtual {v0}, Lrx/Single;->toObservable()Lrx/Observable;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {v0}, Lrx/internal/operators/BlockingOperatorToFuture;->toFuture(Lrx/Observable;)Ljava/util/concurrent/Future;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public value()Ljava/lang/Object;
|
|
.locals 7
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lrx/annotations/Experimental;
|
|
.end annotation
|
|
|
|
.prologue
|
|
.local p0, "this":Lrx/singles/BlockingSingle;, "Lrx/singles/BlockingSingle<TT;>;"
|
|
new-instance v2, Ljava/util/concurrent/atomic/AtomicReference;
|
|
|
|
invoke-direct {v2}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
|
|
|
|
.local v2, "returnItem":Ljava/util/concurrent/atomic/AtomicReference;, "Ljava/util/concurrent/atomic/AtomicReference<TT;>;"
|
|
new-instance v1, Ljava/util/concurrent/atomic/AtomicReference;
|
|
|
|
invoke-direct {v1}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
|
|
|
|
.local v1, "returnException":Ljava/util/concurrent/atomic/AtomicReference;, "Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Throwable;>;"
|
|
new-instance v0, Ljava/util/concurrent/CountDownLatch;
|
|
|
|
const/4 v5, 0x1
|
|
|
|
invoke-direct {v0, v5}, Ljava/util/concurrent/CountDownLatch;-><init>(I)V
|
|
|
|
.local v0, "latch":Ljava/util/concurrent/CountDownLatch;
|
|
iget-object v5, p0, Lrx/singles/BlockingSingle;->single:Lrx/Single;
|
|
|
|
new-instance v6, Lrx/singles/BlockingSingle$1;
|
|
|
|
invoke-direct {v6, p0, v2, v0, v1}, Lrx/singles/BlockingSingle$1;-><init>(Lrx/singles/BlockingSingle;Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/CountDownLatch;Ljava/util/concurrent/atomic/AtomicReference;)V
|
|
|
|
invoke-virtual {v5, v6}, Lrx/Single;->subscribe(Lrx/SingleSubscriber;)Lrx/Subscription;
|
|
|
|
move-result-object v3
|
|
|
|
.local v3, "subscription":Lrx/Subscription;
|
|
invoke-static {v0, v3}, Lrx/internal/util/BlockingUtils;->awaitForComplete(Ljava/util/concurrent/CountDownLatch;Lrx/Subscription;)V
|
|
|
|
invoke-virtual {v1}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
check-cast v4, Ljava/lang/Throwable;
|
|
|
|
.local v4, "throwable":Ljava/lang/Throwable;
|
|
if-eqz v4, :cond_1
|
|
|
|
instance-of v5, v4, Ljava/lang/RuntimeException;
|
|
|
|
if-eqz v5, :cond_0
|
|
|
|
check-cast v4, Ljava/lang/RuntimeException;
|
|
|
|
.end local v4 # "throwable":Ljava/lang/Throwable;
|
|
throw v4
|
|
|
|
.restart local v4 # "throwable":Ljava/lang/Throwable;
|
|
:cond_0
|
|
new-instance v5, Ljava/lang/RuntimeException;
|
|
|
|
invoke-direct {v5, v4}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
|
|
|
|
throw v5
|
|
|
|
:cond_1
|
|
invoke-virtual {v2}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
|
|
|
|
move-result-object v5
|
|
|
|
return-object v5
|
|
.end method
|