OnSubscribeRedo.smali
.class public final Lrx/internal/operators/OnSubscribeRedo;
.super Ljava/lang/Object;
.source "OnSubscribeRedo.java"
# interfaces
.implements Lrx/Observable$OnSubscribe;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lrx/internal/operators/OnSubscribeRedo$RetryWithPredicate;,
Lrx/internal/operators/OnSubscribeRedo$RedoFinite;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lrx/Observable$OnSubscribe<",
"TT;>;"
}
.end annotation
# static fields
.field static final REDO_INFINITE:Lrx/functions/Func1;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/functions/Func1<",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;",
"Lrx/Observable<",
"*>;>;"
}
.end annotation
.end field
# instance fields
.field private final controlHandlerFunction:Lrx/functions/Func1;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/functions/Func1<",
"-",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;+",
"Lrx/Observable<",
"*>;>;"
}
.end annotation
.end field
.field private final scheduler:Lrx/Scheduler;
.field final source:Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.end field
.field final stopOnComplete:Z
.field final stopOnError:Z
# direct methods
.method static constructor <clinit>()V
.registers 1
.line 1
new-instance v0, Lrx/internal/operators/OnSubscribeRedo$1;
invoke-direct {v0}, Lrx/internal/operators/OnSubscribeRedo$1;-><init>()V
sput-object v0, Lrx/internal/operators/OnSubscribeRedo;->REDO_INFINITE:Lrx/functions/Func1;
return-void
.end method
.method private constructor <init>(Lrx/Observable;Lrx/functions/Func1;ZZLrx/Scheduler;)V
.registers 6
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Observable<",
"TT;>;",
"Lrx/functions/Func1<",
"-",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;+",
"Lrx/Observable<",
"*>;>;ZZ",
"Lrx/Scheduler;",
")V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lrx/internal/operators/OnSubscribeRedo;->source:Lrx/Observable;
.line 3
iput-object p2, p0, Lrx/internal/operators/OnSubscribeRedo;->controlHandlerFunction:Lrx/functions/Func1;
.line 4
iput-boolean p3, p0, Lrx/internal/operators/OnSubscribeRedo;->stopOnComplete:Z
.line 5
iput-boolean p4, p0, Lrx/internal/operators/OnSubscribeRedo;->stopOnError:Z
.line 6
iput-object p5, p0, Lrx/internal/operators/OnSubscribeRedo;->scheduler:Lrx/Scheduler;
return-void
.end method
.method public static redo(Lrx/Observable;Lrx/functions/Func1;Lrx/Scheduler;)Lrx/Observable;
.registers 10
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;",
"Lrx/functions/Func1<",
"-",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;+",
"Lrx/Observable<",
"*>;>;",
"Lrx/Scheduler;",
")",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 1
new-instance v6, Lrx/internal/operators/OnSubscribeRedo;
const/4 v3, 0x0
const/4 v4, 0x0
move-object v0, v6
move-object v1, p0
move-object v2, p1
move-object v5, p2
invoke-direct/range {v0 .. v5}, Lrx/internal/operators/OnSubscribeRedo;-><init>(Lrx/Observable;Lrx/functions/Func1;ZZLrx/Scheduler;)V
invoke-static {v6}, Lrx/Observable;->unsafeCreate(Lrx/Observable$OnSubscribe;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static repeat(Lrx/Observable;)Lrx/Observable;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;)",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 1
invoke-static {}, Lrx/schedulers/Schedulers;->trampoline()Lrx/Scheduler;
move-result-object v0
invoke-static {p0, v0}, Lrx/internal/operators/OnSubscribeRedo;->repeat(Lrx/Observable;Lrx/Scheduler;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static repeat(Lrx/Observable;J)Lrx/Observable;
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;J)",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 3
invoke-static {}, Lrx/schedulers/Schedulers;->trampoline()Lrx/Scheduler;
move-result-object v0
invoke-static {p0, p1, p2, v0}, Lrx/internal/operators/OnSubscribeRedo;->repeat(Lrx/Observable;JLrx/Scheduler;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static repeat(Lrx/Observable;JLrx/Scheduler;)Lrx/Observable;
.registers 7
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;J",
"Lrx/Scheduler;",
")",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-nez v2, :cond_b
.line 4
invoke-static {}, Lrx/Observable;->empty()Lrx/Observable;
move-result-object p0
return-object p0
:cond_b
cmp-long v2, p1, v0
if-ltz v2, :cond_1c
.line 5
new-instance v0, Lrx/internal/operators/OnSubscribeRedo$RedoFinite;
const-wide/16 v1, 0x1
sub-long/2addr p1, v1
invoke-direct {v0, p1, p2}, Lrx/internal/operators/OnSubscribeRedo$RedoFinite;-><init>(J)V
invoke-static {p0, v0, p3}, Lrx/internal/operators/OnSubscribeRedo;->repeat(Lrx/Observable;Lrx/functions/Func1;Lrx/Scheduler;)Lrx/Observable;
move-result-object p0
return-object p0
.line 6
:cond_1c
new-instance p0, Ljava/lang/IllegalArgumentException;
const-string p1, "count >= 0 expected"
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static repeat(Lrx/Observable;Lrx/Scheduler;)Lrx/Observable;
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;",
"Lrx/Scheduler;",
")",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 2
sget-object v0, Lrx/internal/operators/OnSubscribeRedo;->REDO_INFINITE:Lrx/functions/Func1;
invoke-static {p0, v0, p1}, Lrx/internal/operators/OnSubscribeRedo;->repeat(Lrx/Observable;Lrx/functions/Func1;Lrx/Scheduler;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static repeat(Lrx/Observable;Lrx/functions/Func1;)Lrx/Observable;
.registers 9
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;",
"Lrx/functions/Func1<",
"-",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;+",
"Lrx/Observable<",
"*>;>;)",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 7
new-instance v6, Lrx/internal/operators/OnSubscribeRedo;
invoke-static {}, Lrx/schedulers/Schedulers;->trampoline()Lrx/Scheduler;
move-result-object v5
const/4 v3, 0x0
const/4 v4, 0x1
move-object v0, v6
move-object v1, p0
move-object v2, p1
invoke-direct/range {v0 .. v5}, Lrx/internal/operators/OnSubscribeRedo;-><init>(Lrx/Observable;Lrx/functions/Func1;ZZLrx/Scheduler;)V
invoke-static {v6}, Lrx/Observable;->unsafeCreate(Lrx/Observable$OnSubscribe;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static repeat(Lrx/Observable;Lrx/functions/Func1;Lrx/Scheduler;)Lrx/Observable;
.registers 10
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;",
"Lrx/functions/Func1<",
"-",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;+",
"Lrx/Observable<",
"*>;>;",
"Lrx/Scheduler;",
")",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 8
new-instance v6, Lrx/internal/operators/OnSubscribeRedo;
const/4 v3, 0x0
const/4 v4, 0x1
move-object v0, v6
move-object v1, p0
move-object v2, p1
move-object v5, p2
invoke-direct/range {v0 .. v5}, Lrx/internal/operators/OnSubscribeRedo;-><init>(Lrx/Observable;Lrx/functions/Func1;ZZLrx/Scheduler;)V
invoke-static {v6}, Lrx/Observable;->unsafeCreate(Lrx/Observable$OnSubscribe;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static retry(Lrx/Observable;)Lrx/Observable;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;)",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 1
sget-object v0, Lrx/internal/operators/OnSubscribeRedo;->REDO_INFINITE:Lrx/functions/Func1;
invoke-static {p0, v0}, Lrx/internal/operators/OnSubscribeRedo;->retry(Lrx/Observable;Lrx/functions/Func1;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static retry(Lrx/Observable;J)Lrx/Observable;
.registers 6
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;J)",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-ltz v2, :cond_15
cmp-long v2, p1, v0
if-nez v2, :cond_b
return-object p0
.line 2
:cond_b
new-instance v0, Lrx/internal/operators/OnSubscribeRedo$RedoFinite;
invoke-direct {v0, p1, p2}, Lrx/internal/operators/OnSubscribeRedo$RedoFinite;-><init>(J)V
invoke-static {p0, v0}, Lrx/internal/operators/OnSubscribeRedo;->retry(Lrx/Observable;Lrx/functions/Func1;)Lrx/Observable;
move-result-object p0
return-object p0
.line 3
:cond_15
new-instance p0, Ljava/lang/IllegalArgumentException;
const-string p1, "count >= 0 expected"
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static retry(Lrx/Observable;Lrx/functions/Func1;)Lrx/Observable;
.registers 9
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;",
"Lrx/functions/Func1<",
"-",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;+",
"Lrx/Observable<",
"*>;>;)",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 4
new-instance v6, Lrx/internal/operators/OnSubscribeRedo;
invoke-static {}, Lrx/schedulers/Schedulers;->trampoline()Lrx/Scheduler;
move-result-object v5
const/4 v3, 0x1
const/4 v4, 0x0
move-object v0, v6
move-object v1, p0
move-object v2, p1
invoke-direct/range {v0 .. v5}, Lrx/internal/operators/OnSubscribeRedo;-><init>(Lrx/Observable;Lrx/functions/Func1;ZZLrx/Scheduler;)V
invoke-static {v6}, Lrx/Observable;->unsafeCreate(Lrx/Observable$OnSubscribe;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method public static retry(Lrx/Observable;Lrx/functions/Func1;Lrx/Scheduler;)Lrx/Observable;
.registers 10
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lrx/Observable<",
"TT;>;",
"Lrx/functions/Func1<",
"-",
"Lrx/Observable<",
"+",
"Lrx/Notification<",
"*>;>;+",
"Lrx/Observable<",
"*>;>;",
"Lrx/Scheduler;",
")",
"Lrx/Observable<",
"TT;>;"
}
.end annotation
.line 5
new-instance v6, Lrx/internal/operators/OnSubscribeRedo;
const/4 v3, 0x1
const/4 v4, 0x0
move-object v0, v6
move-object v1, p0
move-object v2, p1
move-object v5, p2
invoke-direct/range {v0 .. v5}, Lrx/internal/operators/OnSubscribeRedo;-><init>(Lrx/Observable;Lrx/functions/Func1;ZZLrx/Scheduler;)V
invoke-static {v6}, Lrx/Observable;->unsafeCreate(Lrx/Observable$OnSubscribe;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
# virtual methods
.method public bridge synthetic call(Ljava/lang/Object;)V
.registers 2
.line 1
check-cast p1, Lrx/Subscriber;
invoke-virtual {p0, p1}, Lrx/internal/operators/OnSubscribeRedo;->call(Lrx/Subscriber;)V
return-void
.end method
.method public call(Lrx/Subscriber;)V
.registers 16
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Subscriber<",
"-TT;>;)V"
}
.end annotation
.line 2
new-instance v8, Ljava/util/concurrent/atomic/AtomicBoolean;
const/4 v0, 0x1
invoke-direct {v8, v0}, Ljava/util/concurrent/atomic/AtomicBoolean;-><init>(Z)V
.line 3
new-instance v9, Ljava/util/concurrent/atomic/AtomicLong;
invoke-direct {v9}, Ljava/util/concurrent/atomic/AtomicLong;-><init>()V
.line 4
iget-object v0, p0, Lrx/internal/operators/OnSubscribeRedo;->scheduler:Lrx/Scheduler;
invoke-virtual {v0}, Lrx/Scheduler;->createWorker()Lrx/Scheduler$Worker;
move-result-object v10
.line 5
invoke-virtual {p1, v10}, Lrx/Subscriber;->add(Lrx/Subscription;)V
.line 6
new-instance v7, Lrx/subscriptions/SerialSubscription;
invoke-direct {v7}, Lrx/subscriptions/SerialSubscription;-><init>()V
.line 7
invoke-virtual {p1, v7}, Lrx/Subscriber;->add(Lrx/Subscription;)V
.line 8
invoke-static {}, Lrx/subjects/BehaviorSubject;->create()Lrx/subjects/BehaviorSubject;
move-result-object v0
invoke-virtual {v0}, Lrx/subjects/Subject;->toSerialized()Lrx/subjects/SerializedSubject;
move-result-object v0
.line 9
invoke-static {}, Lrx/observers/Subscribers;->empty()Lrx/Subscriber;
move-result-object v1
.line 10
invoke-virtual {v0, v1}, Lrx/Observable;->subscribe(Lrx/Subscriber;)Lrx/Subscription;
.line 11
new-instance v11, Lrx/internal/producers/ProducerArbiter;
invoke-direct {v11}, Lrx/internal/producers/ProducerArbiter;-><init>()V
.line 12
new-instance v12, Lrx/internal/operators/OnSubscribeRedo$2;
move-object v1, v12
move-object v2, p0
move-object v3, p1
move-object v4, v0
move-object v5, v11
move-object v6, v9
invoke-direct/range {v1 .. v7}, Lrx/internal/operators/OnSubscribeRedo$2;-><init>(Lrx/internal/operators/OnSubscribeRedo;Lrx/Subscriber;Lrx/subjects/Subject;Lrx/internal/producers/ProducerArbiter;Ljava/util/concurrent/atomic/AtomicLong;Lrx/subscriptions/SerialSubscription;)V
.line 13
iget-object v1, p0, Lrx/internal/operators/OnSubscribeRedo;->controlHandlerFunction:Lrx/functions/Func1;
new-instance v2, Lrx/internal/operators/OnSubscribeRedo$3;
invoke-direct {v2, p0}, Lrx/internal/operators/OnSubscribeRedo$3;-><init>(Lrx/internal/operators/OnSubscribeRedo;)V
invoke-virtual {v0, v2}, Lrx/Observable;->lift(Lrx/Observable$Operator;)Lrx/Observable;
move-result-object v0
invoke-interface {v1, v0}, Lrx/functions/Func1;->call(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
move-object v2, v0
check-cast v2, Lrx/Observable;
.line 14
new-instance v13, Lrx/internal/operators/OnSubscribeRedo$4;
move-object v0, v13
move-object v1, p0
move-object v4, v9
move-object v5, v10
move-object v6, v12
move-object v7, v8
invoke-direct/range {v0 .. v7}, Lrx/internal/operators/OnSubscribeRedo$4;-><init>(Lrx/internal/operators/OnSubscribeRedo;Lrx/Observable;Lrx/Subscriber;Ljava/util/concurrent/atomic/AtomicLong;Lrx/Scheduler$Worker;Lrx/functions/Action0;Ljava/util/concurrent/atomic/AtomicBoolean;)V
invoke-virtual {v10, v13}, Lrx/Scheduler$Worker;->schedule(Lrx/functions/Action0;)Lrx/Subscription;
.line 15
new-instance v7, Lrx/internal/operators/OnSubscribeRedo$5;
move-object v0, v7
move-object v2, v9
move-object v3, v11
move-object v4, v8
invoke-direct/range {v0 .. v6}, Lrx/internal/operators/OnSubscribeRedo$5;-><init>(Lrx/internal/operators/OnSubscribeRedo;Ljava/util/concurrent/atomic/AtomicLong;Lrx/internal/producers/ProducerArbiter;Ljava/util/concurrent/atomic/AtomicBoolean;Lrx/Scheduler$Worker;Lrx/functions/Action0;)V
invoke-virtual {p1, v7}, Lrx/Subscriber;->setProducer(Lrx/Producer;)V
return-void
.end method