case class DepFuncFmlyPtn[TT <: Term with Subs[TT], FV <: Term with Subs[FV], I <: Term with Subs[I], IT <: Term with Subs[IT], DI <: Term with Subs[DI], S <: Term with Subs[S], O <: Term with Subs[O], C <: Term with Subs[C], HTot <: Term with Subs[HTot]](tail: Typ[TT], headfibre: (TT) => FmlyPtn[O, C, FV] { ... /* 5 definitions in type refinement */ }, headlevel: Int = 0) extends RecFmlyPtn[TT, FV, FuncLike[TT, FV], S, O, C] with Product with Serializable
Extending by a constant type A a family of type patterns depending on (a : A).
- Alphabetic
- By Inheritance
- DepFuncFmlyPtn
- Serializable
- Product
- Equals
- RecFmlyPtn
- FmlyPtn
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Type Members
- type ArgType = AbsPair[TT, S]
type of total index
type of total index
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- type Cod = C
- Definition Classes
- FmlyPtn
- type FamilyType = FuncLike[TT, FV]
type of W, i.e., sections to a universe.
type of W, i.e., sections to a universe.
- Definition Classes
- FmlyPtn
- type IterDepFunc = FuncLike[TT, DI]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- type IterFunc = FuncLike[TT, I]
Type of Curried function to X.
Type of Curried function to X.
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- type IterTypFunc = Func[TT, IT]
Type of curried function to typ[X]
Type of curried function to typ[X]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- type Total = AbsPair[TT, HTot]
type of the total space, i.e., all terms in some W.
type of the total space, i.e., all terms in some W.
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
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 DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toany2stringadd[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot], B)
- Implicit
- This member is added by an implicit conversion from DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toArrowAssoc[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def ->:[TT <: Term with Subs[TT]](tail: Typ[TT]): FmlyPtn[O, C, Func[TT, FuncLike[TT, FV]]]
- Definition Classes
- FmlyPtn
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def argOpt(l: List[Term]): Option[ArgType]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- 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 contractType(w: FamilyType)(arg: ArgType): Typ[O]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def curry(f: Func[Total, Cod]): IterFunc
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def curryTyp(w: Func[Total, Typ[Cod]]): IterTypFunc
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def depCurry(f: FuncLike[Total, Cod]): IterDepFunc
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def depFill(g: IterDepFunc)(arg: ArgType): FuncLike[O, C]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def depTotalDomain(g: IterDepFunc): SigmaTyp[TT, HTot]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def depUncurry(g: IterDepFunc): FuncLike[Total, Cod]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def domTotal(w: FamilyType): Typ[Total]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def ensuring(cond: (DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]) => Boolean, msg: => Any): DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]) => Boolean): DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fill(g: IterFunc)(arg: ArgType): Func[O, C]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toStringFormat[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val headfibre: (TT) => FmlyPtn[O, C, FV] { ... /* 5 definitions in type refinement */ }
- Definition Classes
- DepFuncFmlyPtn → RecFmlyPtn
- val headlevel: Int
- def incl(term: O, arg: ArgType, w: FamilyType): Total
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterDepFuncTyp(w: FamilyType, xs: IterTypFunc): Typ[IterDepFunc]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def iterFuncTyp(w: FamilyType, x: Typ[Cod]): Typ[IterFunc]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- val me: FmlyPtn[O, C, FuncLike[TT, FV]] { ... /* 5 definitions in type refinement */ }
- Definition Classes
- FmlyPtn
- 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): DepFuncFmlyPtn[TT, FVV, I, IT, DI, SS, O, C, HTot]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: Typ[TT]
- Definition Classes
- DepFuncFmlyPtn → RecFmlyPtn
- def totalDomain(g: IterFunc): SigmaTyp[TT, HTot]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def totalTypDomain(g: IterTypFunc): Typ[Total]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def uncurry(g: IterFunc): Func[Total, Cod]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def uncurryTyp(g: IterTypFunc): Func[Total, Typ[Cod]]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- val univLevel: Int
the universe containing the type
the universe containing the type
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def value(x: Total): O
project an element of the total type to its value, i.e., drop arguments
project an element of the total type to its value, i.e., drop arguments
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- 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])
- def withCod[CC <: Term with Subs[CC]](w: Typ[O]): DepFuncFmlyPtn[TT, FVV, I, IT, DI, SS, O, CC, HTot]
- Definition Classes
- DepFuncFmlyPtn → FmlyPtn
- def ~>:[TT <: Term with Subs[TT]](tailVar: TT): FmlyPtn[O, C, FuncLike[TT, FuncLike[TT, FV]]]
- Definition Classes
- FmlyPtn
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot], B)
- Implicit
- This member is added by an implicit conversion from DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toArrowAssoc[DepFuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] 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.