@FunctionalInterface public interface CommandScheduler
| Modifier and Type | Method and Description |
|---|---|
<R> void |
schedule(CommandBase<R> cmd,
Promise<R> handler) |
<R> void schedule(CommandBase<R> cmd, Promise<R> handler)
Copyright © 2021. All rights reserved.