case class FuncFmlyPtn[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], head: FmlyPtn[O, C, FV] { ... /* 5 definitions in type refinement */ }) extends FmlyPtn[O, C, Func[TT, FV]] with Product with Serializable
- Alphabetic
- By Inheritance
- FuncFmlyPtn
- Serializable
- Product
- Equals
- 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
- FuncFmlyPtn → FmlyPtn
- type Cod = C
- Definition Classes
- FmlyPtn
- type FamilyType = Func[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, (head)#IterDepFunc]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- type IterFunc = FuncLike[TT, (head)#IterFunc]
Type of Curried function to X.
Type of Curried function to X.
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- type IterTypFunc = FuncLike[TT, (head)#IterTypFunc]
Type of curried function to typ[X]
Type of curried function to typ[X]
- Definition Classes
- FuncFmlyPtn → 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
- FuncFmlyPtn → 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 FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toany2stringadd[FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot], B)
- Implicit
- This member is added by an implicit conversion from FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toArrowAssoc[FuncFmlyPtn[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, Func[TT, FV]]]
- Definition Classes
- FmlyPtn
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def argOpt(l: List[Term]): Option[ArgType]
- Definition Classes
- FuncFmlyPtn → 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
- FuncFmlyPtn → FmlyPtn
- def curry(f: Func[Total, Cod]): IterFunc
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def curryTyp(w: Func[Total, Typ[Cod]]): IterTypFunc
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def depCurry(f: FuncLike[Total, Cod]): IterDepFunc
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def depFill(g: IterDepFunc)(arg: ArgType): FuncLike[O, C]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def depTotalDomain(g: IterDepFunc): ProdTyp[TT, (head)#Total]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def depUncurry(g: IterDepFunc): FuncLike[Total, Cod]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def domTotal(w: FamilyType): Typ[Total]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def ensuring(cond: (FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]) => Boolean, msg: => Any): FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]) => Boolean): FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[FuncFmlyPtn[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): FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot]
- Implicit
- This member is added by an implicit conversion from FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toEnsuring[FuncFmlyPtn[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
- FuncFmlyPtn → FmlyPtn
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toStringFormat[FuncFmlyPtn[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 head: FmlyPtn[O, C, FV] { ... /* 5 definitions in type refinement */ }
- val headfibre: (Term) => FmlyPtn[O, C, FV] { ... /* 5 definitions in type refinement */ }
- def incl(term: O, arg: ArgType, w: FamilyType): Total
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterDepFuncTyp(w: FamilyType, xs: IterTypFunc): Typ[IterDepFunc]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def iterFuncTyp(w: FamilyType, x: Typ[Cod]): Typ[IterFunc]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- val me: FmlyPtn[O, C, Func[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): FuncFmlyPtn[TT, FV, subs.newHead.type.IterFunc, subs.newHead.type.IterTypFunc, subs.newHead.type.IterDepFunc, subs.newHead.type.ArgType, O, C, subs.newHead.type.Total] forSome {val newHead: FmlyPtn[O, C, FV]}
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: Typ[TT]
- def totalDomain(g: IterFunc): SigmaTyp[TT, (head)#Total]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def totalTypDomain(g: IterTypFunc): Typ[Total]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def uncurry(g: IterFunc): Func[Total, Cod]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def uncurryTyp(g: IterTypFunc): Func[Total, Typ[Cod]]
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- val univLevel: Int
the universe containing the type
the universe containing the type
- Definition Classes
- FuncFmlyPtn → 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
- FuncFmlyPtn → 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]): FuncFmlyPtn[TT, FV, withCod.newHead.type.IterFunc, withCod.newHead.type.IterTypFunc, withCod.newHead.type.IterDepFunc, withCod.newHead.type.ArgType, O, CC, withCod.newHead.type.Total] forSome {val newHead: FmlyPtn[O, CC, FV]}
- Definition Classes
- FuncFmlyPtn → FmlyPtn
- def ~>:[TT <: Term with Subs[TT]](tailVar: TT): FmlyPtn[O, C, FuncLike[TT, Func[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): (FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot], B)
- Implicit
- This member is added by an implicit conversion from FuncFmlyPtn[TT, FV, I, IT, DI, S, O, C, HTot] toArrowAssoc[FuncFmlyPtn[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.