State

abstract class State

A state that can be stored in the StateMachine. State must override equals and hashCode to be used as data objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
abstract override fun hashCode(): Int