case class IdIterPtnMap[O <: Term with Subs[O], C <: Term with Subs[C]]() extends IterFuncPtnMap[O, C, O, C, C] with Product with Serializable
The identity family
- Alphabetic
- By Inheritance
- IdIterPtnMap
- Serializable
- Product
- Equals
- IterFuncPtnMap
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IdIterPtnMap()
Type Members
- type Cod = C
- Definition Classes
- IterFuncPtnMap
- type DepTargetType = C
- type Family = O
scala type (upper bound) for a member of the family, i.e., sections
scala type (upper bound) for a member of the family, i.e., sections
- Definition Classes
- IterFuncPtnMap
- type FamilyType = Typ[O]
- type IterDepFunc = FuncLike[O, C]
- type IterFunc = Func[O, C]
- type IterTypFunc = Func[O, Typ[C]]
- type TargetType = C
- type Total = O
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 IdIterPtnMap[O, C] toany2stringadd[IdIterPtnMap[O, C]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (IdIterPtnMap[O, C], B)
- Implicit
- This member is added by an implicit conversion from IdIterPtnMap[O, C] toArrowAssoc[IdIterPtnMap[O, C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(W: Typ[O]): Typ[O]
returns the type corresponding to the pattern, such as A -> W, given the (inductive) type W, this is used mainly for constructor patterns, with the W being fixed.
returns the type corresponding to the pattern, such as A -> W, given the (inductive) type W, this is used mainly for constructor patterns, with the W being fixed.
- Definition Classes
- IdIterPtnMap → IterFuncPtnMap
- 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 depTarget(xs: Func[O, Typ[Cod]]): Func[O, Typ[Cod]]
dependent target scala type.
dependent target scala type.
- Definition Classes
- IdIterPtnMap → IterFuncPtnMap
- def ensuring(cond: (IdIterPtnMap[O, C]) => Boolean, msg: => Any): IdIterPtnMap[O, C]
- Implicit
- This member is added by an implicit conversion from IdIterPtnMap[O, C] toEnsuring[IdIterPtnMap[O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (IdIterPtnMap[O, C]) => Boolean): IdIterPtnMap[O, C]
- Implicit
- This member is added by an implicit conversion from IdIterPtnMap[O, C] toEnsuring[IdIterPtnMap[O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): IdIterPtnMap[O, C]
- Implicit
- This member is added by an implicit conversion from IdIterPtnMap[O, C] toEnsuring[IdIterPtnMap[O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): IdIterPtnMap[O, C]
- Implicit
- This member is added by an implicit conversion from IdIterPtnMap[O, C] toEnsuring[IdIterPtnMap[O, 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 IdIterPtnMap[O, C] toStringFormat[IdIterPtnMap[O, 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()
- def induced(f: Func[O, C]): Func[O, C]
induced function is the given one.
induced function is the given one.
- f
function from which to induce
- Definition Classes
- IdIterPtnMap → IterFuncPtnMap
- def inducedDep(f: FuncLike[O, C]): FuncLike[O, C]
induced function is the given one.
induced function is the given one.
- f
dependent function from which to induce
- Definition Classes
- IdIterPtnMap → IterFuncPtnMap
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterDepFuncTyp(w: FamilyType, xs: IterTypFunc): PiDefn[O, C]
- def iterFuncTyp(w: FamilyType, x: Typ[Cod]): Typ[IterFunc]
- 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
- def subs(x: Term, y: Term): IdIterPtnMap[O, C]
- Definition Classes
- IdIterPtnMap → IterFuncPtnMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def target(x: Typ[Cod]): Typ[Cod]
target scala type.
target scala type.
- Definition Classes
- IdIterPtnMap → IterFuncPtnMap
- val univLevel: Int
the universe containing the type
the universe containing the type
- Definition Classes
- IdIterPtnMap → IterFuncPtnMap
- def value(x: Total): O
- 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): (IdIterPtnMap[O, C], B)
- Implicit
- This member is added by an implicit conversion from IdIterPtnMap[O, C] toArrowAssoc[IdIterPtnMap[O, 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.