sealed trait ConstructorShape[S <: HList, H <: Term with Subs[H], ConstructorType <: Term with Subs[ConstructorType]] extends AnyRef
Abstract Value Members
- abstract def apply(tp: Typ[H]): Typ[ConstructorType]
- abstract val introArgs: Int
- abstract def mapper[Cod <: Term with Subs[Cod]]: ConstructorPatternMapper[S, Cod, ConstructorType, H, RecDataType, InducDataType] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
- abstract def subs(x: Term, y: Term): ConstructorShape[S, H, ConstructorType]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def -->:(that: IdShape.type): FuncConsShape[S, H, ConstructorType, H]
- def -->:[F <: Term with Subs[F]](that: IterFuncShape[H, F]): FuncConsShape[S, H, ConstructorType, F]
- def ->[B](y: B): (ConstructorShape[S, H, ConstructorType], B)
- def ->:[T <: Term with Subs[T]](tail: Typ[T]): CnstFuncConsShape[S, H, ConstructorType, T, Nothing]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (ConstructorShape[S, H, ConstructorType]) => Boolean, msg: => Any): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: (ConstructorShape[S, H, ConstructorType]) => Boolean): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: Boolean, msg: => Any): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: Boolean): ConstructorShape[S, H, ConstructorType]
- 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 lift[Cod <: Term with Subs[Cod], RecDataType <: Term with Subs[RecDataType], InducDataType <: Term with Subs[InducDataType]](implicit mp: ConstructorPatternMapper[S, Cod, ConstructorType, H, RecDataType, InducDataType]): ConstructorPatternMap[Cod, ConstructorType, H, RecDataType, InducDataType]
- def mapped[Cod <: Term with Subs[Cod]]: ConstructorPatternMap[Cod, ConstructorType, H, RecDataType, InducDataType] 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: Typ[H]): symbcons._1.type.Obj with Subs[symbcons._1.type.Obj] forSome {val _1: Typ[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): CnstDepFuncConsShape[S, H, ConstructorType, T, Nothing]
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (ConstructorShape[S, H, ConstructorType], 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 any2stringadd fromConstructorShape[S, H, ConstructorType] to any2stringadd[ConstructorShape[S, H, ConstructorType]]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromConstructorShape[S, H, ConstructorType] to StringFormat[ConstructorShape[S, H, ConstructorType]]
Value Members
- def formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring fromConstructorShape[S, H, ConstructorType] to Ensuring[ConstructorShape[S, H, ConstructorType]]
Value Members
- def ensuring(cond: (ConstructorShape[S, H, ConstructorType]) => Boolean, msg: => Any): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: (ConstructorShape[S, H, ConstructorType]) => Boolean): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: Boolean, msg: => Any): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: Boolean): ConstructorShape[S, H, ConstructorType]
Ungrouped
- abstract def apply(tp: Typ[H]): Typ[ConstructorType]
- abstract val introArgs: Int
- abstract def mapper[Cod <: Term with Subs[Cod]]: ConstructorPatternMapper[S, Cod, ConstructorType, H, RecDataType, InducDataType] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
- abstract def subs(x: Term, y: Term): ConstructorShape[S, H, ConstructorType]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def -->:(that: IdShape.type): FuncConsShape[S, H, ConstructorType, H]
- def -->:[F <: Term with Subs[F]](that: IterFuncShape[H, F]): FuncConsShape[S, H, ConstructorType, F]
- def ->[B](y: B): (ConstructorShape[S, H, ConstructorType], B)
- def ->:[T <: Term with Subs[T]](tail: Typ[T]): CnstFuncConsShape[S, H, ConstructorType, T, Nothing]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (ConstructorShape[S, H, ConstructorType]) => Boolean, msg: => Any): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: (ConstructorShape[S, H, ConstructorType]) => Boolean): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: Boolean, msg: => Any): ConstructorShape[S, H, ConstructorType]
- def ensuring(cond: Boolean): ConstructorShape[S, H, ConstructorType]
- 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 lift[Cod <: Term with Subs[Cod], RecDataType <: Term with Subs[RecDataType], InducDataType <: Term with Subs[InducDataType]](implicit mp: ConstructorPatternMapper[S, Cod, ConstructorType, H, RecDataType, InducDataType]): ConstructorPatternMap[Cod, ConstructorType, H, RecDataType, InducDataType]
- def mapped[Cod <: Term with Subs[Cod]]: ConstructorPatternMap[Cod, ConstructorType, H, RecDataType, InducDataType] 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: Typ[H]): symbcons._1.type.Obj with Subs[symbcons._1.type.Obj] forSome {val _1: Typ[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): CnstDepFuncConsShape[S, H, ConstructorType, T, Nothing]
- def finalize(): Unit
- def →[B](y: B): (ConstructorShape[S, H, ConstructorType], B)