public final class ParallelCommand extends Command
| Modifier and Type | Class and Description |
|---|---|
static class |
ParallelCommand.Builder |
delay, description, screenLock, type, when| Modifier and Type | Method and Description |
|---|---|
static ParallelCommand.Builder |
builder() |
boolean |
equals(Object o) |
List<Command> |
getCommands()
An un-ordered array of commands to execute in parallel.
|
int |
hashCode() |
String |
toString() |
getDelay, getDescription, getScreenLock, getType, getWhenpublic static ParallelCommand.Builder builder()
public List<Command> getCommands()
Copyright © 2023. All rights reserved.