Solitaire

//Solitaire/de.syntaktischer.zucker.Solitaire/Command

Command

[jvm] interface Command

Functions

Name Summary
equals [jvm]
Content
open operator fun equals(other: Any?): Boolean


execute [jvm]
Content
abstract fun execute()


hashCode [jvm]
Content
open fun hashCode(): Int


toString [jvm]
Content
open fun toString(): String


Inheritors

Name
Reset
UndoableCommand