Packages

final case class Moves(moves: List[AtomicMove]) extends AnyVal with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Moves
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Moves(moves: List[AtomicMove])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Moves toany2stringadd[Moves] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def actOnTriv(rank: Int): Option[Presentation]
  7. def apply(that: AtomicMove): Moves
  8. def apply(that: (Presentation) => Option[Presentation]): (Presentation) => Option[Presentation]
  9. def apply(that: Moves): Moves
  10. def apply(pres: Presentation): Option[Presentation]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def compose(that: Moves): Moves
  13. def ensuring(cond: (Moves) => Boolean, msg: => Any): Moves
    Implicit
    This member is added by an implicit conversion from Moves toEnsuring[Moves] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Moves) => Boolean): Moves
    Implicit
    This member is added by an implicit conversion from Moves toEnsuring[Moves] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): Moves
    Implicit
    This member is added by an implicit conversion from Moves toEnsuring[Moves] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Moves
    Implicit
    This member is added by an implicit conversion from Moves toEnsuring[Moves] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Moves toStringFormat[Moves] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  19. def idLast: Moves
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def length: Int
  22. val moves: List[AtomicMove]
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def reduce: (Presentation) => Option[Presentation]

Deprecated Value Members

  1. 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.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd fromMoves to any2stringadd[Moves]

Inherited by implicit conversion StringFormat fromMoves to StringFormat[Moves]

Inherited by implicit conversion Ensuring fromMoves to Ensuring[Moves]

Inherited by implicit conversion ArrowAssoc fromMoves to ArrowAssoc[Moves]

Ungrouped