case class OrScalaPolyRep[U <: Term with Subs[U], W](first: ScalaPolyRep[U, W], second: ScalaPolyRep[U, W]) extends ScalaPolyRep[U, W] with Product with Serializable
- Alphabetic
- By Inheritance
- OrScalaPolyRep
- Serializable
- Product
- Equals
- ScalaPolyRep
- AnyRef
- Any
- by ScalaPolyTerm
- by ScalaPolyTerm
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new OrScalaPolyRep(first: ScalaPolyRep[U, W], second: ScalaPolyRep[U, W])
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 OrScalaPolyRep[U, W] toany2stringadd[OrScalaPolyRep[U, W]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (OrScalaPolyRep[U, W], B)
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toArrowAssoc[OrScalaPolyRep[U, W]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(typ: Typ[Term])(elem: W): Option[U]
- Definition Classes
- OrScalaPolyRep → ScalaPolyRep
- 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 ensuring(cond: (OrScalaPolyRep[U, W]) => Boolean, msg: => Any): OrScalaPolyRep[U, W]
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toEnsuring[OrScalaPolyRep[U, W]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (OrScalaPolyRep[U, W]) => Boolean): OrScalaPolyRep[U, W]
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toEnsuring[OrScalaPolyRep[U, W]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): OrScalaPolyRep[U, W]
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toEnsuring[OrScalaPolyRep[U, W]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): OrScalaPolyRep[U, W]
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toEnsuring[OrScalaPolyRep[U, W]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val first: ScalaPolyRep[U, W]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toStringFormat[OrScalaPolyRep[U, W]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- val second: ScalaPolyRep[U, W]
- def subs(x: Term, y: Term): ScalaPolyRep[U, W]
- Definition Classes
- OrScalaPolyRep → ScalaPolyRep
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def unapply(term: U): Option[W]
- Definition Classes
- OrScalaPolyRep → ScalaPolyRep
- 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])
- def ||(that: ScalaPolyRep[U, W]): OrScalaPolyRep[U, W]
- Definition Classes
- ScalaPolyRep
Shadowed Implicit Value Members
- def getTerm(typ: Typ[Term]): U
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toScalaPolyTerm[U, OrScalaPolyRep[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, OrScalaPolyRep[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:(orScalaPolyRep: ScalaPolyTerm[U, OrScalaPolyRep[U, W]]).getTerm(typ)
- Definition Classes
- ScalaPolyTerm
- def getTerm(typ: Typ[Term]): U
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toScalaPolyTerm[U, OrScalaPolyRep[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, OrScalaPolyRep[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:(orScalaPolyRep: ScalaPolyTerm[U, OrScalaPolyRep[U, W]]).getTerm(typ)
- Definition Classes
- ScalaPolyTerm
- def hott(typ: Typ[Term]): Option[U]
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toScalaPolyTerm[U, OrScalaPolyRep[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, OrScalaPolyRep[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:(orScalaPolyRep: ScalaPolyTerm[U, OrScalaPolyRep[U, W]]).hott(typ)
- Definition Classes
- ScalaPolyTerm
- def hott(typ: Typ[Term]): Option[U]
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toScalaPolyTerm[U, OrScalaPolyRep[U, W]] performed by method ScalaPolyTerm in provingground.scalahott.ScalaPolyRep.This conversion will take place only if an implicit value of type ScalaPolyRep[U, OrScalaPolyRep[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:(orScalaPolyRep: ScalaPolyTerm[U, OrScalaPolyRep[U, W]]).hott(typ)
- Definition Classes
- ScalaPolyTerm
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (OrScalaPolyRep[U, W], B)
- Implicit
- This member is added by an implicit conversion from OrScalaPolyRep[U, W] toArrowAssoc[OrScalaPolyRep[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.