Packages

case class ScalaRepWrap[U <: Term with Subs[U], W](rep: ScalaRep[U, W]) extends ScalaPolyRep[U, W] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ScalaPolyRep[U, W], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaRepWrap
  2. Serializable
  3. Product
  4. Equals
  5. ScalaPolyRep
  6. AnyRef
  7. Any
Implicitly
  1. by ScalaPolyTerm
  2. by ScalaPolyTerm
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaRepWrap(rep: ScalaRep[U, W])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toany2stringadd[ScalaRepWrap[U, W]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalaRepWrap[U, W], B)
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toArrowAssoc[ScalaRepWrap[U, W]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply(typ: Typ[Term])(elem: W): Option[U]
    Definition Classes
    ScalaRepWrapScalaPolyRep
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def ensuring(cond: (ScalaRepWrap[U, W]) => Boolean, msg: => Any): ScalaRepWrap[U, W]
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toEnsuring[ScalaRepWrap[U, W]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (ScalaRepWrap[U, W]) => Boolean): ScalaRepWrap[U, W]
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toEnsuring[ScalaRepWrap[U, W]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): ScalaRepWrap[U, W]
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toEnsuring[ScalaRepWrap[U, W]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): ScalaRepWrap[U, W]
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toEnsuring[ScalaRepWrap[U, W]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toStringFormat[ScalaRepWrap[U, W]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. val rep: ScalaRep[U, W]
  22. def subs(x: Term, y: Term): ScalaPolyRep[U, W]
    Definition Classes
    ScalaRepWrapScalaPolyRep
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def unapply(term: U): Option[W]
    Definition Classes
    ScalaRepWrapScalaPolyRep
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def ||(that: ScalaPolyRep[U, W]): OrScalaPolyRep[U, W]
    Definition Classes
    ScalaPolyRep

Shadowed Implicit Value Members

  1. def getTerm(typ: Typ[Term]): U
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).getTerm(typ)
    Definition Classes
    ScalaPolyTerm
  2. def getTerm(typ: Typ[Term]): U
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).getTerm(typ)
    Definition Classes
    ScalaPolyTerm
  3. def hott(typ: Typ[Term]): Option[U]
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).hott(typ)
    Definition Classes
    ScalaPolyTerm
  4. def hott(typ: Typ[Term]): Option[U]
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toScalaPolyTerm[U, ScalaRepWrap[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, ScalaRepWrap[U, W]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalaRepWrap: ScalaPolyTerm[U, ScalaRepWrap[U, W]]).hott(typ)
    Definition Classes
    ScalaPolyTerm

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (ScalaRepWrap[U, W], B)
    Implicit
    This member is added by an implicit conversion from ScalaRepWrap[U, W] toArrowAssoc[ScalaRepWrap[U, W]] 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.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaPolyRep[U, W]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ScalaPolyTerm fromScalaRepWrap[U, W] to ScalaPolyTerm[U, ScalaRepWrap[U, W]]

Inherited by implicit conversion ScalaPolyTerm fromScalaRepWrap[U, W] to ScalaPolyTerm[U, ScalaRepWrap[U, W]]

Inherited by implicit conversion any2stringadd fromScalaRepWrap[U, W] to any2stringadd[ScalaRepWrap[U, W]]

Inherited by implicit conversion StringFormat fromScalaRepWrap[U, W] to StringFormat[ScalaRepWrap[U, W]]

Inherited by implicit conversion Ensuring fromScalaRepWrap[U, W] to Ensuring[ScalaRepWrap[U, W]]

Inherited by implicit conversion ArrowAssoc fromScalaRepWrap[U, W] to ArrowAssoc[ScalaRepWrap[U, W]]

Ungrouped