case class LftMult(k: Int, l: Int) extends AtomicMove with Product with Serializable
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LftMult
- Serializable
- Product
- Equals
- AtomicMove
- Function1
- AnyRef
- Any
Implicitly
- by UnliftOps
- by toMoves
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LftMult(k: Int, l: Int)
Value Members
- def actOnMoves(moves: Moves): Option[Moves]
- Definition Classes
- AtomicMove
- def actOnPres(fdPres: FiniteDistribution[Presentation]): FiniteDistribution[Presentation]
- Definition Classes
- AtomicMove
- def actOnTriv(rank: Int): Option[Presentation]
- Implicit
- This member is added by an implicit conversion from LftMult 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(pres: Presentation): Option[Presentation]
- Definition Classes
- LftMult → AtomicMove
- def apply(fdVertices: FiniteDistribution[Moves]): FiniteDistribution[Moves]
- Definition Classes
- AtomicMove
- def apply(moves: Moves): Option[Moves]
- Definition Classes
- AtomicMove → Function1
- def apply(opPres: Option[Presentation]): Option[Presentation]
- Definition Classes
- AtomicMove
- def compose(mf: AtomicMove): Moves
- Definition Classes
- AtomicMove
- 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 LftMult toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
- Definition Classes
- Moves
- val k: Int
- val l: Int
- def length: Int
- Implicit
- This member is added by an implicit conversion from LftMult 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 LftMult toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
- Definition Classes
- Moves
- def movesDF: AdjDiffbleFunction[FiniteDistribution[Moves], FiniteDistribution[Moves]]
- Definition Classes
- AtomicMove
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reduce: (Presentation) => Option[Presentation]
- Implicit
- This member is added by an implicit conversion from LftMult toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
- Definition Classes
- Moves
- def toFunc: (Presentation) => Option[Presentation]
- Definition Classes
- AtomicMove
- def toLatex: String
- Definition Classes
- AtomicMove
- def toPlainString: String
- Definition Classes
- AtomicMove
- def toString(): String
- Definition Classes
- AtomicMove → Function1 → AnyRef → Any
- def unlift: PartialFunction[Moves, Moves]
Shadowed Implicit Value Members
- def apply(that: AtomicMove): Moves
- Implicit
- This member is added by an implicit conversion from LftMult 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:(lftMult: 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 LftMult 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:(lftMult: Moves).apply(that)
- Definition Classes
- Moves
- def apply(that: Moves): Moves
- Implicit
- This member is added by an implicit conversion from LftMult 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:(lftMult: Moves).apply(that)
- Definition Classes
- Moves
- def apply(pres: Presentation): Option[Presentation]
- Implicit
- This member is added by an implicit conversion from LftMult 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:(lftMult: Moves).apply(pres)
- Definition Classes
- Moves
- def compose(that: Moves): Moves
- Implicit
- This member is added by an implicit conversion from LftMult 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:(lftMult: Moves).compose(that)
- Definition Classes
- Moves
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from LftMult 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:(lftMult: Moves).productElementNames
- Definition Classes
- Product