Scheduler.smali
.class public abstract Lrx/Scheduler;
.super Ljava/lang/Object;
.source "Scheduler.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lrx/Scheduler$Worker;
}
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract createWorker()Lrx/Scheduler$Worker;
.end method
.method public now()J
.registers 3
.line 1
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
move-result-wide v0
return-wide v0
.end method
.method public when(Lrx/functions/Func1;)Lrx/Scheduler;
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"<S:",
"Lrx/Scheduler;",
":",
"Lrx/Subscription;",
">(",
"Lrx/functions/Func1<",
"Lrx/Observable<",
"Lrx/Observable<",
"Lrx/Completable;",
">;>;",
"Lrx/Completable;",
">;)TS;"
}
.end annotation
.line 1
new-instance v0, Lrx/internal/schedulers/SchedulerWhen;
invoke-direct {v0, p1, p0}, Lrx/internal/schedulers/SchedulerWhen;-><init>(Lrx/functions/Func1;Lrx/Scheduler;)V
return-object v0
.end method