Package io.objectbox.reactive
Interface RunWithParam<T>
-
- All Known Implementing Classes:
SubscriptionBuilder.ActionObserver.SchedulerRunOnChange,SubscriptionBuilder.ActionObserver.SchedulerRunOnError
@Internal public interface RunWithParam<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(T param)
-
-
-
Method Detail
-
run
void run(T param)
-
-