sealed trait AtomicMove extends (Moves) => Option[Moves]
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AtomicMove
- Function1
- AnyRef
- Any
Implicitly
- by UnliftOps
- by toMoves
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def apply(pres: Presentation): Option[Presentation]
Concrete Value Members
- def actOnMoves(moves: Moves): Option[Moves]
- def actOnPres(fdPres: FiniteDistribution[Presentation]): FiniteDistribution[Presentation]
- 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
- def andThen[A](g: (Option[Moves]) => A): (Moves) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(fdVertices: FiniteDistribution[Moves]): FiniteDistribution[Moves]
- def apply(moves: Moves): Option[Moves]
- Definition Classes
- AtomicMove → Function1
- def apply(opPres: Option[Presentation]): Option[Presentation]
- def compose(mf: AtomicMove): Moves
- def compose[A](g: (A) => Moves): (A) => Option[Moves]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- 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
- 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
- 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
- def movesDF: AdjDiffbleFunction[FiniteDistribution[Moves], FiniteDistribution[Moves]]
- 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
- 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
- def toFunc: (Presentation) => Option[Presentation]
- def toLatex: String
- def toPlainString: String
- def toString(): String
- Definition Classes
- AtomicMove → Function1 → AnyRef → Any
- 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
Shadowed Implicit Value Members
- 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
- 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
- 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
- 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
- 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