Package io.objectbox.reactive
Interface Scheduler
-
public interface Scheduler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> void
run(RunWithParam<T> runnable, T param)
-
-
-
Method Detail
-
run
<T> void run(RunWithParam<T> runnable, T param)
-
-