object FmlyPtn
- Alphabetic
- By Inheritance
- FmlyPtn
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- 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).
- 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
- case class IdFmlyPtn[O <: Term with Subs[O], C <: Term with Subs[C]]() extends FmlyPtn[O, C, Typ[O]] with Product with Serializable
The identity family
- 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]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fmly[C <: Term with Subs[C], F <: Term with Subs[F]](ptn: FmlyPtn[Term, C, F])(name: AnySym): F
- def fmlyTyp[C <: Term with Subs[C], F <: Term with Subs[F]](ptn: FmlyPtn[Term, C, F]): Typ[F]
- def get[O <: Term with Subs[O], F <: Term with Subs[F]](typ: Typ[O], fmlyTyp: Typ[F]): FmlyPtn[O, Term, F]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getOpt[O <: Term with Subs[O], F <: Term with Subs[F]](typ: Typ[O], fmlyTyp: Typ[F]): Option[FmlyPtn[O, Term, F]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated