case class FuncShape[TT <: Term with Subs[TT], TF <: Term with Subs[TF], H <: Term with Subs[H], Fb <: Term with Subs[Fb], Index <: HList](head: Typ[TT], tail: IndexedIterFuncShape[H, TF, Fb, Index])(implicit evidence$7: TermList[Index]) extends IndexedIterFuncShape[H, Func[TT, TF], Fb, Index] with Product with Serializable
- Alphabetic
- By Inheritance
- FuncShape
- Serializable
- Product
- Equals
- IndexedIterFuncShape
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FuncShape(head: Typ[TT], tail: IndexedIterFuncShape[H, TF, Fb, Index])(implicit arg0: TermList[Index])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (FuncShape[TT, TF, H, Fb, Index], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(W: Fb): FuncTyp[TT, TF]
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
- FuncShape → IndexedIterFuncShape
- 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 ensuring(cond: (FuncShape[TT, TF, H, Fb, Index]) => Boolean, msg: => Any): FuncShape[TT, TF, H, Fb, Index]
- def ensuring(cond: (FuncShape[TT, TF, H, Fb, Index]) => Boolean): FuncShape[TT, TF, H, Fb, Index]
- def ensuring(cond: Boolean, msg: => Any): FuncShape[TT, TF, H, Fb, Index]
- def ensuring(cond: Boolean): FuncShape[TT, TF, H, Fb, Index]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val family: TypFamilyPtn[H, Fb, Index]
- Definition Classes
- FuncShape → IndexedIterFuncShape
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val head: Typ[TT]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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]): IndexedIterFuncPtnMap[H, Fb, Index, C, Func[TT, TF], TT, DT, IF, IDF, IDFT] forSome {type TT <: Term with Subs[TT], type DT <: Term with Subs[DT]}
- Definition Classes
- IndexedIterFuncShape
- 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]): IndexedIterFuncPtnMapper[H, Fb, Index, C, Func[TT, TF], Func[TT, TT], FuncLike[TT, DT], IF, IDF, IDFT] forSome {type TT <: Term with Subs[TT], type DT <: Term with Subs[DT]}
- Definition Classes
- FuncShape → IndexedIterFuncShape
- 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 piShape[TT <: Term with Subs[TT]](variable: TT, dom: Typ[TT]): DepFuncShape[TT, H, Func[TT, TF], Fb, Index]
- Definition Classes
- IndexedIterFuncShape
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subs(x: Term, y: Term): FuncShape[TT, TF, H, Fb, Index]
- Definition Classes
- FuncShape → IndexedIterFuncShape
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: IndexedIterFuncShape[H, TF, Fb, Index]
- 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): (FuncShape[TT, TF, H, Fb, Index], B)
- Implicit
- This member is added by an implicit conversion from FuncShape[TT, TF, H, Fb, Index] toArrowAssoc[FuncShape[TT, TF, H, Fb, Index]] 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.