Packages

final class TVar extends ConcreteTyp

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TVar
  2. ConcreteTyp
  3. Typ
  4. FutureValue
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def -->:(that: Typ)(implicit ec: ExecutionContext): Type
    Definition Classes
    Typ
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def await: Unit
    Definition Classes
    ConcreteTypFutureValue
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val concrete: TVar.this.type
    Definition Classes
    ConcreteTypTyp
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean
    Definition Classes
    Typ → AnyRef → Any
  11. def force: TVar.this.type

    Waits till the computation of this value (in the Isabelle process) has finished.

    Waits till the computation of this value (in the Isabelle process) has finished. (Or until an exception is thrown.)

    returns

    this value, but it is guaranteed to have completed the computation

    Definition Classes
    FutureValue
  12. def forceFuture(implicit ec: ExecutionContext): Future[TVar.this.type]

    A future containing this value with the computation completed.

    A future containing this value with the computation completed. In particular, if this value throws an exception upon computation, the future holds that exception.

    Roughly the same as Future { this.force }.

    Definition Classes
    ConcreteTypFutureValue
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    TVarTyp → AnyRef → Any
  15. val index: Int
  16. val initialMlValue: MLValue[Typ]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. implicit val isabelle: Isabelle
    Definition Classes
    TVarTyp
  19. lazy val mlValue: MLValue[Typ]
    Definition Classes
    TVarTyp
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def pretty(ctxt: Context)(implicit ec: ExecutionContext): String
    Definition Classes
    Typ
  25. def someFuture: Future[Any]
    Definition Classes
    ConcreteTypFutureValue
  26. val sort: List[String]
  27. def stateString: String

    A utility method that returns "" if this value was successfully computed, " (computing)" if it still computes, and " (failed)" if it finished with an exception.

    A utility method that returns "" if this value was successfully computed, " (computing)" if it still computes, and " (failed)" if it finished with an exception.

    This can be useful to constructing human readable messages about this value.

    Definition Classes
    FutureValue
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    TVar → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ConcreteTyp

Inherited from Typ

Inherited from FutureValue

Inherited from AnyRef

Inherited from Any

Ungrouped