Interface TurtleCommand

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TurtleCommand
An interface for objects executing custom turtle commands, used with ITurtleAccess.executeCommand(TurtleCommand).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Will be called by the turtle on the main thread when it is time to execute the custom command.