object ScalaPolyRep
- Alphabetic
- By Inheritance
- ScalaPolyRep
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class DepFuncPolyRep[U <: Term with Subs[U], W, X <: Term with Subs[X], Y](domrep: ScalaPolyRep[U, W], codrep: ScalaPolyRep[X, Y]) extends ScalaPolyRep[FuncLike[U, X], (W) => Y] with Product with Serializable
- case class ExtendedDepFunction[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](dfn: (V) => Y, domrep: ScalaPolyRep[U, V], codomrep: ScalaPolyRep[X, Y], fibers: Func[U, Typ[X]]) extends FuncLike[U, X] with Product with Serializable
- case class ExtendedFunction[U <: Term with Subs[U], V, X <: Term with Subs[X], Y](dfn: (V) => Y, domrep: ScalaPolyRep[U, V], codomrep: ScalaPolyRep[X, Y], typ: FuncTyp[U, X]) extends Func[U, X] with Product with Serializable
Formal extension of a function given by a definition and representations for domain and codomain.
- case class FuncPolyRep[U <: Term with Subs[U], W, X <: Term with Subs[X], Y](domrep: ScalaPolyRep[U, W], codrep: ScalaPolyRep[X, Y]) extends ScalaPolyRep[Func[U, X], (W) => Y] with Product with Serializable
- 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
- case class PairPolyRep[U <: Term with Subs[U], W, X <: Term with Subs[X], Y](firstrep: ScalaPolyRep[U, W], secondrep: ScalaPolyRep[X, Y]) extends ScalaPolyRep[AbsPair[U, X], (W, Y)] with Product with Serializable
- implicit class PolyTermScala[U <: Term with Subs[U]] extends AnyRef
- implicit class ScalaPolyTerm[U <: Term with Subs[U], W] extends AnyRef
- case class ScalaRepWrap[U <: Term with Subs[U], W](rep: ScalaRep[U, W]) extends ScalaPolyRep[U, W] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- implicit def depFuncPolyRep[U <: Term with Subs[U], W, X <: Term with Subs[X], Y](implicit domrep: ScalaPolyRep[U, W], codrep: ScalaPolyRep[X, Y]): ScalaPolyRep[FuncLike[U, X], (W) => Y]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def funcPolyRep[U <: Term with Subs[U], W, X <: Term with Subs[X], Y](implicit domrep: ScalaPolyRep[U, W], codrep: ScalaPolyRep[X, Y]): ScalaPolyRep[Func[U, X], (W) => Y]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- 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()
- implicit def poly[U <: Term with Subs[U], W](implicit rep: ScalaRep[U, W]): ScalaPolyRep[U, W]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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