case class LftMultInv(k: Int, l: Int) extends AtomicMove with Product with Serializable
- Alphabetic
- By Inheritance
- LftMultInv
- Serializable
- Product
- Equals
- AtomicMove
- Function1
- AnyRef
- Any
- by UnliftOps
- by toMoves
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LftMultInv(k: Int, l: Int)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from LftMultInv toany2stringadd[LftMultInv] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (LftMultInv, B)
- Implicit
- This member is added by an implicit conversion from LftMultInv toArrowAssoc[LftMultInv] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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 LftMultInv 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
- LftMultInv → 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compose(mf: AtomicMove): Moves
- Definition Classes
- AtomicMove
- def compose[A](g: (A) => Moves): (A) => Option[Moves]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def ensuring(cond: (LftMultInv) => Boolean, msg: => Any): LftMultInv
- Implicit
- This member is added by an implicit conversion from LftMultInv toEnsuring[LftMultInv] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (LftMultInv) => Boolean): LftMultInv
- Implicit
- This member is added by an implicit conversion from LftMultInv toEnsuring[LftMultInv] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): LftMultInv
- Implicit
- This member is added by an implicit conversion from LftMultInv toEnsuring[LftMultInv] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): LftMultInv
- Implicit
- This member is added by an implicit conversion from LftMultInv toEnsuring[LftMultInv] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from LftMultInv toStringFormat[LftMultInv] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def idLast: Moves
- Implicit
- This member is added by an implicit conversion from LftMultInv toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
- Definition Classes
- Moves
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val k: Int
- val l: Int
- def length: Int
- Implicit
- This member is added by an implicit conversion from LftMultInv 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 LftMultInv toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
- Definition Classes
- Moves
- def movesDF: AdjDiffbleFunction[FiniteDistribution[Moves], FiniteDistribution[Moves]]
- Definition Classes
- AtomicMove
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reduce: (Presentation) => Option[Presentation]
- Implicit
- This member is added by an implicit conversion from LftMultInv toMoves performed by method toMoves in provingground.andrewscurtis.Moves.
- Definition Classes
- Moves
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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]
- Implicit
- This member is added by an implicit conversion from LftMultInv toUnliftOps[Moves, Moves] performed by method UnliftOps in scala.Function1.
- Definition Classes
- UnliftOps
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Shadowed Implicit Value Members
- def apply(that: AtomicMove): Moves
- Implicit
- This member is added by an implicit conversion from LftMultInv 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:(lftMultInv: 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 LftMultInv 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:(lftMultInv: Moves).apply(that)
- Definition Classes
- Moves
- def apply(that: Moves): Moves
- Implicit
- This member is added by an implicit conversion from LftMultInv 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:(lftMultInv: Moves).apply(that)
- Definition Classes
- Moves
- def apply(pres: Presentation): Option[Presentation]
- Implicit
- This member is added by an implicit conversion from LftMultInv 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:(lftMultInv: Moves).apply(pres)
- Definition Classes
- Moves
- def compose(that: Moves): Moves
- Implicit
- This member is added by an implicit conversion from LftMultInv 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:(lftMultInv: Moves).compose(that)
- Definition Classes
- Moves
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from LftMultInv 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:(lftMultInv: Moves).productElementNames
- Definition Classes
- Product
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (LftMultInv, B)
- Implicit
- This member is added by an implicit conversion from LftMultInv toArrowAssoc[LftMultInv] 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.