io.github.srs.controller.message

Members list

Type members

Classlikes

final case class RobotProposal(robot: Robot, action: Action[IO])

Represents a proposal for a robot to perform an action.

Represents a proposal for a robot to perform an action.

Value parameters

action

the action that the robot is proposed to perform.

robot

the robot that is being proposed to perform the action.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all