Package 

Class ParallelCommand

    • Method Summary

      Modifier and Type Method Description
      static ParallelCommand.ParallelCommandBuilder parallel(Command command) Add a new command to be executed in parallel.
      void onStart() Start all commands in the list.
      void periodic() Periodically execution of all commands on the list.
      • Methods inherited from class com.automaducks.pond.commands.Command

        getIsCompleted, getIsTriggered
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait