final case class Moves(moves: List[AtomicMove]) extends AnyVal with Product with Serializable
- Alphabetic
- By Inheritance
- Moves
- Serializable
- Product
- Equals
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Moves(moves: List[AtomicMove])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (Moves, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def actOnTriv(rank: Int): Option[Presentation]
- def apply(that: AtomicMove): Moves
- def apply(that: (Presentation) => Option[Presentation]): (Presentation) => Option[Presentation]
- def apply(that: Moves): Moves
- def apply(pres: Presentation): Option[Presentation]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def compose(that: Moves): Moves
- def ensuring(cond: (Moves) => Boolean, msg: => Any): Moves
- def ensuring(cond: (Moves) => Boolean): Moves
- def ensuring(cond: Boolean, msg: => Any): Moves
- def ensuring(cond: Boolean): Moves
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def idLast: Moves
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Int
- val moves: List[AtomicMove]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reduce: (Presentation) => Option[Presentation]
Deprecated Value Members
- def →[B](y: B): (Moves, B)
- Implicit
- This member is added by an implicit conversion from Moves toArrowAssoc[Moves] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.