Move
com.phasmidsoftware.gambit.game.Move
case class Move[P, S](f: S => P, desc: String) extends Transition[P, S]
A case class that implements Transition[S].
Type parameters
- P
-
a proto-state, from which a state S can be constructed.
- S
-
the type of the input parameter and of the result.
Value parameters
- desc
-
the human-legible description of f.
- f
-
a function S => P.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait S => (P, S)class Objecttrait Matchableclass Any
Members list
In this article