case class IdSubTypFamilyMap[H <: Term with Subs[H], TC <: Typ[Term] with Subs[TC], C <: Term with Subs[C]]()(implicit subEv: TypObj[TC, C]) extends TypFamilyMap[H, Typ[H], C, HNil, Func[H, C], FuncLike[H, C], Func[H, TC]] with Product with Serializable
- Alphabetic
- By Inheritance
- IdSubTypFamilyMap
- Serializable
- Product
- Equals
- TypFamilyMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
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 IdSubTypFamilyMap[H, TC, C] toany2stringadd[IdSubTypFamilyMap[H, TC, C]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (IdSubTypFamilyMap[H, TC, C], B)
- Implicit
- This member is added by an implicit conversion from IdSubTypFamilyMap[H, TC, C] toArrowAssoc[IdSubTypFamilyMap[H, TC, C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- 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()
- def depRestrict(f: FuncLike[H, C], ind: HNil): FuncLike[H, C]
restricts iterated dependent function to an index
restricts iterated dependent function to an index
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- def ensuring(cond: (IdSubTypFamilyMap[H, TC, C]) => Boolean, msg: => Any): IdSubTypFamilyMap[H, TC, C]
- Implicit
- This member is added by an implicit conversion from IdSubTypFamilyMap[H, TC, C] toEnsuring[IdSubTypFamilyMap[H, TC, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (IdSubTypFamilyMap[H, TC, C]) => Boolean): IdSubTypFamilyMap[H, TC, C]
- Implicit
- This member is added by an implicit conversion from IdSubTypFamilyMap[H, TC, C] toEnsuring[IdSubTypFamilyMap[H, TC, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): IdSubTypFamilyMap[H, TC, C]
- Implicit
- This member is added by an implicit conversion from IdSubTypFamilyMap[H, TC, C] toEnsuring[IdSubTypFamilyMap[H, TC, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): IdSubTypFamilyMap[H, TC, C]
- Implicit
- This member is added by an implicit conversion from IdSubTypFamilyMap[H, TC, C] toEnsuring[IdSubTypFamilyMap[H, TC, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from IdSubTypFamilyMap[H, TC, C] toStringFormat[IdSubTypFamilyMap[H, TC, C]] 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
- def iterDepFunc(funcs: (HNil) => FuncLike[H, C]): FuncLike[H, C]
returns iterated dependent function given functions for each index
returns iterated dependent function given functions for each index
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- def iterDepFuncTyp(w: Typ[H], xs: Func[H, TC]): PiDefn[H, C]
returns HoTT type for iterated dependent functions
returns HoTT type for iterated dependent functions
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- def iterFunc(funcs: (HNil) => Func[H, C]): Func[H, C]
returns iterated function given functions for each index
returns iterated function given functions for each index
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- def iterFuncTyp(w: Typ[H], x: Typ[C]): FuncTyp[H, C]
returns HoTT type for iterated functions
returns HoTT type for iterated functions
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- 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()
- val pattern: IdTypFamily[H]
the underlying pattern (to access methods defined on it)
the underlying pattern (to access methods defined on it)
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def restrict(f: Func[H, C], ind: HNil): Func[H, C]
restricts iterated function to an index
restricts iterated function to an index
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- def subs(x: Term, y: Term): IdSubTypFamilyMap[H, TC, C]
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def typRestrict(xs: Func[H, TC], ind: HNil): Func[H, Typ[C]]
restricts iterated type family to an index
restricts iterated type family to an index
- Definition Classes
- IdSubTypFamilyMap → TypFamilyMap
- 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): (IdSubTypFamilyMap[H, TC, C], B)
- Implicit
- This member is added by an implicit conversion from IdSubTypFamilyMap[H, TC, C] toArrowAssoc[IdSubTypFamilyMap[H, TC, C]] 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.