Packages

sealed trait AtomicMove extends (Moves) => Option[Moves]

Linear Supertypes
(Moves) => Option[Moves], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AtomicMove
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by UnliftOps
  2. by toMoves
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(pres: Presentation): Option[Presentation]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AtomicMove toany2stringadd[AtomicMove] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AtomicMove, B)
    Implicit
    This member is added by an implicit conversion from AtomicMove toArrowAssoc[AtomicMove] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def actOnMoves(moves: Moves): Option[Moves]
  7. def actOnPres(fdPres: FiniteDistribution[Presentation]): FiniteDistribution[Presentation]
  8. def actOnTriv(rank: Int): Option[Presentation]
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Definition Classes
    Moves
  9. def andThen[A](g: (Option[Moves]) => A): (Moves) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def apply(fdVertices: FiniteDistribution[Moves]): FiniteDistribution[Moves]
  11. def apply(moves: Moves): Option[Moves]
    Definition Classes
    AtomicMove → Function1
  12. def apply(opPres: Option[Presentation]): Option[Presentation]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. def compose(mf: AtomicMove): Moves
  16. def compose[A](g: (A) => Moves): (A) => Option[Moves]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. def ensuring(cond: (AtomicMove) => Boolean, msg: => Any): AtomicMove
    Implicit
    This member is added by an implicit conversion from AtomicMove toEnsuring[AtomicMove] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (AtomicMove) => Boolean): AtomicMove
    Implicit
    This member is added by an implicit conversion from AtomicMove toEnsuring[AtomicMove] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: => Any): AtomicMove
    Implicit
    This member is added by an implicit conversion from AtomicMove toEnsuring[AtomicMove] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): AtomicMove
    Implicit
    This member is added by an implicit conversion from AtomicMove toEnsuring[AtomicMove] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AtomicMove toStringFormat[AtomicMove] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def idLast: Moves
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Definition Classes
    Moves
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def length: Int
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Definition Classes
    Moves
  29. val moves: List[AtomicMove]
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Definition Classes
    Moves
  30. def movesDF: AdjDiffbleFunction[FiniteDistribution[Moves], FiniteDistribution[Moves]]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Definition Classes
    Product
  35. def reduce: (Presentation) => Option[Presentation]
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Definition Classes
    Moves
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toFunc: (Presentation) => Option[Presentation]
  38. def toLatex: String
  39. def toPlainString: String
  40. def toString(): String
    Definition Classes
    AtomicMove → Function1 → AnyRef → Any
  41. def unlift: PartialFunction[Moves, Moves]
    Implicit
    This member is added by an implicit conversion from AtomicMove toUnliftOps[Moves, Moves] performed by method UnliftOps in scala.Function1.
    Definition Classes
    UnliftOps
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Shadowed Implicit Value Members

  1. def apply(that: AtomicMove): Moves
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (atomicMove: Moves).apply(that)
    Definition Classes
    Moves
  2. def apply(that: (Presentation) => Option[Presentation]): (Presentation) => Option[Presentation]
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (atomicMove: Moves).apply(that)
    Definition Classes
    Moves
  3. def apply(that: Moves): Moves
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (atomicMove: Moves).apply(that)
    Definition Classes
    Moves
  4. def apply(pres: Presentation): Option[Presentation]
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (atomicMove: Moves).apply(pres)
    Definition Classes
    Moves
  5. def compose(that: Moves): Moves
    Implicit
    This member is added by an implicit conversion from AtomicMove toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (atomicMove: Moves).compose(that)
    Definition Classes
    Moves

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (AtomicMove, B)
    Implicit
    This member is added by an implicit conversion from AtomicMove toArrowAssoc[AtomicMove] 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 (Moves) => Option[Moves]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion UnliftOps fromAtomicMove to UnliftOps[Moves, Moves]

Inherited by implicit conversion toMoves fromAtomicMove to Moves

Inherited by implicit conversion any2stringadd fromAtomicMove to any2stringadd[AtomicMove]

Inherited by implicit conversion StringFormat fromAtomicMove to StringFormat[AtomicMove]

Inherited by implicit conversion Ensuring fromAtomicMove to Ensuring[AtomicMove]

Inherited by implicit conversion ArrowAssoc fromAtomicMove to ArrowAssoc[AtomicMove]

Ungrouped