ZTCommandsQueue

class ZTCommandsQueue

ZTCommandsQueue

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTCommandsQueue
Link copied to clipboard
fun ZTCommandsQueue()

Functions

add
Link copied to clipboard
fun add(command: ZTCommand)
clear
Link copied to clipboard
fun clear()
clearCommand
Link copied to clipboard
fun clearCommand(command: ZTCommand)
find
Link copied to clipboard
fun find(predicate: (ZTCommand) -> Boolean): ZTCommand?
getNextItem
Link copied to clipboard
fun getNextItem(): ZTCommand?

Properties

commands
Link copied to clipboard
val commands: MutableList<ZTCommand>