public class ContextScheduler.ContextWorker
extends rx.Scheduler.Worker
Constructor and Description |
---|
ContextWorker() |
Modifier and Type | Method and Description |
---|---|
int |
countActions() |
boolean |
isUnsubscribed() |
rx.Subscription |
schedule(rx.functions.Action0 action) |
rx.Subscription |
schedule(rx.functions.Action0 action,
long delayTime,
TimeUnit unit) |
rx.Subscription |
schedulePeriodically(rx.functions.Action0 action,
long initialDelay,
long period,
TimeUnit unit) |
void |
unsubscribe() |
public int countActions()
public rx.Subscription schedule(rx.functions.Action0 action)
schedule
in class rx.Scheduler.Worker
public rx.Subscription schedule(rx.functions.Action0 action, long delayTime, TimeUnit unit)
schedule
in class rx.Scheduler.Worker
public rx.Subscription schedulePeriodically(rx.functions.Action0 action, long initialDelay, long period, TimeUnit unit)
schedulePeriodically
in class rx.Scheduler.Worker
public void unsubscribe()
public boolean isUnsubscribed()
Copyright © 2022 Eclipse. All rights reserved.