sealed abstract class IndexedConstructorShape[S <: HList, H <: Term with Subs[H], Fb <: Term with Subs[Fb], ConstructorType <: Term with Subs[ConstructorType], Index <: HList] extends AnyRef
Abstract Value Members
- abstract def apply(tp: Fb): Typ[ConstructorType]
- abstract val family: TypFamilyPtn[H, Fb, Index]
- abstract def mapper[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](implicit fmlyMapper: TypFamilyMapper[H, Fb, C, Index, IF, IDF, IDFT]): IndexedConstructorPatternMapper[S, C, ConstructorType, H, RecDataType, InducDataType, Fb, Index, IF, IDF, IDFT] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
- abstract def subs(x: Term, y: Term): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def -->>:[F <: Term with Subs[F]](that: IndexedIterFuncShape[H, F, Fb, Index], ind: Index): IndexedIndexedFuncConsShape[S, H, F, ConstructorType, Fb, Index]
- def ->[B](y: B): (IndexedConstructorShape[S, H, Fb, ConstructorType, Index], B)
- def ->>:[T <: Term with Subs[T]](tail: Typ[T]): IndexedCnstFuncConsShape[S, T, H, Fb, ConstructorType, Index]
- def :::(name: AnySym): IndexedConstructor[S, H, Fb, ConstructorType, Index]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (IndexedConstructorShape[S, H, Fb, ConstructorType, Index]) => Boolean, msg: => Any): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: (IndexedConstructorShape[S, H, Fb, ConstructorType, Index]) => Boolean): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: Boolean, msg: => Any): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: Boolean): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def mapped[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](implicit fmlyMapper: TypFamilyMapper[H, Fb, C, Index, IF, IDF, IDFT]): IndexedConstructorPatternMap[C, ConstructorType, H, RecDataType, InducDataType, Fb, Index, IF, IDF, IDFT] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def symbcons(name: AnySym, tp: Fb): ConstructorType
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def ~>>:[T <: Term with Subs[T]](tailVar: T): IndexedCnstDepFuncConsShape[S, T, H, Fb, ConstructorType, Index]
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (IndexedConstructorShape[S, H, Fb, ConstructorType, Index], B)
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion StringFormat fromIndexedConstructorShape[S, H, Fb, ConstructorType, Index] to StringFormat[IndexedConstructorShape[S, H, Fb, ConstructorType, Index]]
Value Members
- def formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring fromIndexedConstructorShape[S, H, Fb, ConstructorType, Index] to Ensuring[IndexedConstructorShape[S, H, Fb, ConstructorType, Index]]
Value Members
- def ensuring(cond: (IndexedConstructorShape[S, H, Fb, ConstructorType, Index]) => Boolean, msg: => Any): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: (IndexedConstructorShape[S, H, Fb, ConstructorType, Index]) => Boolean): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: Boolean, msg: => Any): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: Boolean): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
Inherited by implicit conversion ArrowAssoc fromIndexedConstructorShape[S, H, Fb, ConstructorType, Index] to ArrowAssoc[IndexedConstructorShape[S, H, Fb, ConstructorType, Index]]
Value Members
- def ->[B](y: B): (IndexedConstructorShape[S, H, Fb, ConstructorType, Index], B)
- def →[B](y: B): (IndexedConstructorShape[S, H, Fb, ConstructorType, Index], B)
Ungrouped
- abstract def apply(tp: Fb): Typ[ConstructorType]
- abstract val family: TypFamilyPtn[H, Fb, Index]
- abstract def mapper[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](implicit fmlyMapper: TypFamilyMapper[H, Fb, C, Index, IF, IDF, IDFT]): IndexedConstructorPatternMapper[S, C, ConstructorType, H, RecDataType, InducDataType, Fb, Index, IF, IDF, IDFT] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
- abstract def subs(x: Term, y: Term): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def -->>:[F <: Term with Subs[F]](that: IndexedIterFuncShape[H, F, Fb, Index], ind: Index): IndexedIndexedFuncConsShape[S, H, F, ConstructorType, Fb, Index]
- def ->[B](y: B): (IndexedConstructorShape[S, H, Fb, ConstructorType, Index], B)
- def ->>:[T <: Term with Subs[T]](tail: Typ[T]): IndexedCnstFuncConsShape[S, T, H, Fb, ConstructorType, Index]
- def :::(name: AnySym): IndexedConstructor[S, H, Fb, ConstructorType, Index]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (IndexedConstructorShape[S, H, Fb, ConstructorType, Index]) => Boolean, msg: => Any): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: (IndexedConstructorShape[S, H, Fb, ConstructorType, Index]) => Boolean): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: Boolean, msg: => Any): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- def ensuring(cond: Boolean): IndexedConstructorShape[S, H, Fb, ConstructorType, Index]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def mapped[C <: Term with Subs[C], IF <: Term with Subs[IF], IDF <: Term with Subs[IDF], IDFT <: Term with Subs[IDFT]](implicit fmlyMapper: TypFamilyMapper[H, Fb, C, Index, IF, IDF, IDFT]): IndexedConstructorPatternMap[C, ConstructorType, H, RecDataType, InducDataType, Fb, Index, IF, IDF, IDFT] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def symbcons(name: AnySym, tp: Fb): ConstructorType
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def ~>>:[T <: Term with Subs[T]](tailVar: T): IndexedCnstDepFuncConsShape[S, T, H, Fb, ConstructorType, Index]
- def finalize(): Unit
- def →[B](y: B): (IndexedConstructorShape[S, H, Fb, ConstructorType, Index], B)