-
- All Implemented Interfaces:
public final class SerialExecutorReflected
-
-
Constructor Summary
Constructors Constructor Description SerialExecutorReflected(Object executor)
-
Method Summary
Modifier and Type Method Description final Boolean
hasPendingTasks()
final Boolean
hasActiveTask()
final Unit
executeTask(Runnable runnable)
final Executor
executor()
-
-
Constructor Detail
-
SerialExecutorReflected
SerialExecutorReflected(Object executor)
-
-
Method Detail
-
hasPendingTasks
final Boolean hasPendingTasks()
-
hasActiveTask
final Boolean hasActiveTask()
-
executeTask
final Unit executeTask(Runnable runnable)
-
-
-
-