Single$13.smali
.class Lrx/Single$13;
.super Ljava/lang/Object;
.source "Single.java"
# interfaces
.implements Lrx/Single$OnSubscribe;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/Single;->subscribeOn(Lrx/Scheduler;)Lrx/Single;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lrx/Single$OnSubscribe<",
"TT;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lrx/Single;
.field final synthetic val$scheduler:Lrx/Scheduler;
# direct methods
.method constructor <init>(Lrx/Single;Lrx/Scheduler;)V
.registers 3
.line 1
iput-object p1, p0, Lrx/Single$13;->this$0:Lrx/Single;
iput-object p2, p0, Lrx/Single$13;->val$scheduler:Lrx/Scheduler;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic call(Ljava/lang/Object;)V
.registers 2
.line 1
check-cast p1, Lrx/SingleSubscriber;
invoke-virtual {p0, p1}, Lrx/Single$13;->call(Lrx/SingleSubscriber;)V
return-void
.end method
.method public call(Lrx/SingleSubscriber;)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/SingleSubscriber<",
"-TT;>;)V"
}
.end annotation
.line 2
iget-object v0, p0, Lrx/Single$13;->val$scheduler:Lrx/Scheduler;
invoke-virtual {v0}, Lrx/Scheduler;->createWorker()Lrx/Scheduler$Worker;
move-result-object v0
.line 3
invoke-virtual {p1, v0}, Lrx/SingleSubscriber;->add(Lrx/Subscription;)V
.line 4
new-instance v1, Lrx/Single$13$1;
invoke-direct {v1, p0, p1, v0}, Lrx/Single$13$1;-><init>(Lrx/Single$13;Lrx/SingleSubscriber;Lrx/Scheduler$Worker;)V
invoke-virtual {v0, v1}, Lrx/Scheduler$Worker;->schedule(Lrx/functions/Action0;)Lrx/Subscription;
return-void
.end method