Searched defs:command (Results 1 – 9 of 9) sorted by relevance
93 final @NonNull Runnable command, in schedule()122 public @NonNull ScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate()133 public @NonNull ScheduledFuture<?> scheduleWithFixedDelay(@NonNull Runnable command, in scheduleWithFixedDelay()172 public void execute(@NonNull Runnable command) { in execute()
42 public void execute(Runnable command) { in execute()
77 public void execute(@NonNull Runnable command) { in execute()
72 public void execute(@NonNull Runnable command) { in execute()
64 public void execute(@NonNull Runnable command) { in execute()
228 when (val command = commands[idx]) { in <lambda>() constant394 val command = commands[i] in <lambda>() constant530 val command = commands[idx] in <lambda>() constant542 val command = commands[idx] in <lambda>() constant596 for (command in unprocessedCommands) { in <lambda>() method
45 public void execute(@NonNull Runnable command) { in execute()
1302 public void execute(@NonNull Runnable command) { in execute()
817 val myExecutor = Executor { command -> command?.run() } in <lambda>() method