Package-level declarations
Types
Functions
Link copied to clipboard
fun intentCommand(name: String, vararg requirements: Subsystem, canExecute: () -> Boolean = { true }, onStart: () -> Unit, isComplete: () -> Boolean, onFinish: (Boolean) -> Unit = {}): IntentCommand
DSL-style builder for simple intent commands without creating a class.