Uses of Interface
me.hsgamer.hscore.task.BatchRunnable.Process
-
Uses of BatchRunnable.Process in me.hsgamer.hscore.task
Method parameters in me.hsgamer.hscore.task with type arguments of type BatchRunnable.ProcessModifier and TypeMethodDescriptionBatchRunnable.TaskPool.addFirst(Consumer<BatchRunnable.Process> task) Add the task to the head of the task poolBatchRunnable.TaskPool.addLast(Consumer<BatchRunnable.Process> task) Add the task to the tail of the task pool