TimeCommand

constructor(execute: BiFunction<Double, Double, Boolean>)


constructor(execute: BiFunction<Double, Double, Boolean>, clock: NanoClock = NanoClock.system)

Parameters

execute

the execute function, accepting the time elapsed since initialization and the time since last update, and returning whether the command is finished.