class TermBucket extends AnyRef
- Alphabetic
- By Inheritance
- TermBucket
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TermBucket()
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 TermBucket toany2stringadd[TermBucket] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (TermBucket, B)
- Implicit
- This member is added by an implicit conversion from TermBucket toArrowAssoc[TermBucket] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(t: Term): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- def clearAll(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def elapsedTime: Long
- def ensuring(cond: (TermBucket) => Boolean, msg: => Any): TermBucket
- Implicit
- This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (TermBucket) => Boolean): TermBucket
- Implicit
- This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): TermBucket
- Implicit
- This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): TermBucket
- Implicit
- This member is added by an implicit conversion from TermBucket toEnsuring[TermBucket] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from TermBucket toStringFormat[TermBucket] 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 getTermDistMap: Map[Typ[Term], FiniteDistribution[Term]]
finite distribution of terms with a given type (total not 1, but weight of type)
- def getTheorems: FiniteDistribution[Typ[Term]]
inhabited types (i.e.
inhabited types (i.e. theorems) weighted by their frequency of generation as terms, normalized to account for most types not being theorems
- def getThmsByProofs: FiniteDistribution[Typ[Term]]
theorems weighted by the total weight of their prooofs
- def getTypDist: FiniteDistribution[Typ[Term]]
types weighted by their frequency of generation as terms
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var loops: Int
- 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()
- var startTime: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val termTypes: Map[Typ[Term], Long]
number of terms of a given type
- val terms: Map[Typ[Term], Vector[Term]]
terms counted, sorted by types
- def toString(): String
- Definition Classes
- AnyRef → Any
- var tot: Long
- val types: Map[Typ[Term], Long]
count of generation of a type (as a term)
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (TermBucket, B)
- Implicit
- This member is added by an implicit conversion from TermBucket toArrowAssoc[TermBucket] 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.