trait RecFmlyPtn[TT <: Term with Subs[TT], FV <: Term with Subs[FV], F <: FuncLike[TT, FV] with Subs[F], S <: Term with Subs[S], O <: Term with Subs[O], C <: Term with Subs[C]] extends FmlyPtn[O, C, F]
- Alphabetic
- By Inheritance
- RecFmlyPtn
- FmlyPtn
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type ArgType <: Term with Subs[ArgType]
type of total index
type of total index
- Definition Classes
- FmlyPtn
- type Cod = C
- Definition Classes
- FmlyPtn
- type FamilyType = F
type of W, i.e., sections to a universe.
type of W, i.e., sections to a universe.
- Definition Classes
- FmlyPtn
- abstract type IterDepFunc <: Term with Subs[IterDepFunc]
- Definition Classes
- FmlyPtn
- abstract type IterFunc <: Term with Subs[IterFunc]
Type of Curried function to X.
Type of Curried function to X.
- Definition Classes
- FmlyPtn
- abstract type IterTypFunc <: Term with Subs[IterTypFunc]
Type of curried function to typ[X]
Type of curried function to typ[X]
- Definition Classes
- FmlyPtn
- abstract type Total <: Term with Subs[Total]
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
- FmlyPtn
Abstract Value Members
- abstract def argOpt(l: List[Term]): Option[ArgType]
- Definition Classes
- FmlyPtn
- abstract def contractType(w: FamilyType)(arg: ArgType): Typ[O]
- Definition Classes
- FmlyPtn
- abstract def curry(f: Func[Total, Cod]): IterFunc
- Definition Classes
- FmlyPtn
- abstract def curryTyp(w: Func[Total, Typ[Cod]]): IterTypFunc
- Definition Classes
- FmlyPtn
- abstract def depCurry(f: FuncLike[Total, Cod]): IterDepFunc
- Definition Classes
- FmlyPtn
- abstract def depFill(g: IterDepFunc)(arg: ArgType): FuncLike[O, C]
- Definition Classes
- FmlyPtn
- abstract def depTotalDomain(g: IterDepFunc): Typ[Total]
- Definition Classes
- FmlyPtn
- abstract def depUncurry(g: IterDepFunc): FuncLike[Total, Cod]
- Definition Classes
- FmlyPtn
- abstract def domTotal(w: FamilyType): Typ[Total]
- Definition Classes
- FmlyPtn
- abstract def fill(g: IterFunc)(arg: ArgType): Func[O, C]
- Definition Classes
- FmlyPtn
- abstract val headfibre: (TT) => FmlyPtn[O, C, FV] { type ArgType = S }
- abstract def incl(term: O, arg: ArgType, w: FamilyType): Total
- Definition Classes
- FmlyPtn
- abstract def iterDepFuncTyp(w: FamilyType, xs: IterTypFunc): Typ[IterDepFunc]
- Definition Classes
- FmlyPtn
- abstract def iterFuncTyp(w: FamilyType, x: Typ[Cod]): Typ[IterFunc]
- Definition Classes
- FmlyPtn
- abstract def subs(x: Term, y: Term): FmlyPtn[O, C, F]
- Definition Classes
- FmlyPtn
- abstract val tail: Typ[TT]
- abstract def totalDomain(g: IterFunc): Typ[Total]
- Definition Classes
- FmlyPtn
- abstract def totalTypDomain(g: IterTypFunc): Typ[Total]
- Definition Classes
- FmlyPtn
- abstract def uncurry(g: IterFunc): Func[Total, Cod]
- Definition Classes
- FmlyPtn
- abstract def uncurryTyp(g: IterTypFunc): Func[Total, Typ[Cod]]
- Definition Classes
- FmlyPtn
- abstract val univLevel: Int
the universe containing the type
the universe containing the type
- Definition Classes
- FmlyPtn
- abstract 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
- FmlyPtn
- abstract def withCod[CC <: Term with Subs[CC]](w: Typ[O]): FmlyPtn[O, CC, F]
- Definition Classes
- FmlyPtn
Concrete 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 RecFmlyPtn[TT, FV, F, S, O, C] toany2stringadd[RecFmlyPtn[TT, FV, F, S, O, C]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (RecFmlyPtn[TT, FV, F, S, O, C], B)
- Implicit
- This member is added by an implicit conversion from RecFmlyPtn[TT, FV, F, S, O, C] toArrowAssoc[RecFmlyPtn[TT, FV, F, S, O, C]] 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, F]]
- Definition Classes
- FmlyPtn
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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: (RecFmlyPtn[TT, FV, F, S, O, C]) => Boolean, msg: => Any): RecFmlyPtn[TT, FV, F, S, O, C]
- Implicit
- This member is added by an implicit conversion from RecFmlyPtn[TT, FV, F, S, O, C] toEnsuring[RecFmlyPtn[TT, FV, F, S, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (RecFmlyPtn[TT, FV, F, S, O, C]) => Boolean): RecFmlyPtn[TT, FV, F, S, O, C]
- Implicit
- This member is added by an implicit conversion from RecFmlyPtn[TT, FV, F, S, O, C] toEnsuring[RecFmlyPtn[TT, FV, F, S, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): RecFmlyPtn[TT, FV, F, S, O, C]
- Implicit
- This member is added by an implicit conversion from RecFmlyPtn[TT, FV, F, S, O, C] toEnsuring[RecFmlyPtn[TT, FV, F, S, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): RecFmlyPtn[TT, FV, F, S, O, C]
- Implicit
- This member is added by an implicit conversion from RecFmlyPtn[TT, FV, F, S, O, C] toEnsuring[RecFmlyPtn[TT, FV, F, S, O, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RecFmlyPtn[TT, FV, F, S, O, C] toStringFormat[RecFmlyPtn[TT, FV, F, S, O, C]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val me: FmlyPtn[O, C, F] { ... /* 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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 ~>:[TT <: Term with Subs[TT]](tailVar: TT): FmlyPtn[O, C, FuncLike[TT, F]]
- 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): (RecFmlyPtn[TT, FV, F, S, O, C], B)
- Implicit
- This member is added by an implicit conversion from RecFmlyPtn[TT, FV, F, S, O, C] toArrowAssoc[RecFmlyPtn[TT, FV, F, S, O, C]] 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.