class HoTTPost extends AnyRef
- Self Type
- HoTTPost
- Annotations
- @deprecated
- Deprecated
(Since version soon) migrating to HoTTPostWeb
- Alphabetic
- By Inheritance
- HoTTPost
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HoTTPost()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (HoTTPost, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addEqns(eqs: Set[EquationNode]): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chompBuffer: PostBuffer[ChompResult, ID]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (HoTTPost) => Boolean, msg: => Any): HoTTPost
- def ensuring(cond: (HoTTPost) => Boolean): HoTTPost
- def ensuring(cond: Boolean, msg: => Any): HoTTPost
- def ensuring(cond: Boolean): HoTTPost
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eqnNodeBuff: PostBuffer[Set[EquationNode], ID]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var equationNodes: Set[EquationNode]
- def equations: Set[Equation]
- val errorBuffer: PostBuffer[Throwable, ID]
- val expEvalBuff: PostBuffer[ExpressionEquationSolver, ID]
- val finalStateBuff: PostBuffer[FinalState, ID]
- def formatted(fmtstr: String): String
- val genEqnBuff: PostBuffer[GeneratedEquationNodes, ID]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val global: CounterGlobalID
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hnilBuffer: PostBuffer[HNil, ID]
- val initStateBuff: PostBuffer[InitState, ID]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isleNormEqnBuff: PostBuffer[IsleNormalizedEquationNodes, ID]
- val lemmaBuffer: PostBuffer[Lemmas, ID]
- val lpBuff: PostBuffer[LocalProver, ID]
- val lptBuff: PostBuffer[LocalTangentProver, ID]
- 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()
- val representationBuffer: PostBuffer[Map[Variable[_], Vector[Double]], ID]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val termResultBuffer: PostBuffer[TermResult, ID]
- def terms: Set[Term]
- val tgBuff: PostBuffer[TermGenParams, ID]
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tunedLpBuff: PostBuffer[TunedLocalProver, ID]
- 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])
- lazy val webBuffers: Vector[WebBuffer[_, ID]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (HoTTPost, B)
- Implicit
- This member is added by an implicit conversion from HoTTPost toArrowAssoc[HoTTPost] 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.