case class RecFn[U <: Term with Subs[U]](codom: Typ[U], data: U) extends RecFunc[Term, U] with Product with Serializable
Instance Constructors
- new RecFn(codom: Typ[U], data: U)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (RecFn[U], B)
- final def ==(arg0: Any): Boolean
- def act(t: Term): U
- def andThen[A](g: (U) => A): (Term) => A
- def apply(arg: Term): U
- def applyUnchecked(arg: Term): U
- final def asInstanceOf[T0]: T0
- def baseFunction: ExstFunc
- def canApply(arg: Term): Boolean
- def clone(): AnyRef
- val codom: Typ[U]
- def compose[A](g: (A) => Term): (A) => U
- val data: U
- val defnData: Vector[U]
- val depcodom: (Term) => Typ[U]
- def dependsOn(that: Term): Boolean
- val dom: Unit.type
- def ensuring(cond: (RecFn[U]) => Boolean, msg: => Any): RecFn[U]
- def ensuring(cond: (RecFn[U]) => Boolean): RecFn[U]
- def ensuring(cond: Boolean, msg: => Any): RecFn[U]
- def ensuring(cond: Boolean): RecFn[U]
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def formatted(fmtstr: String): String
- def fromData(data: Vector[Term]): RecFn[U]
- lazy val fullData: (Typ[Term], Typ[U], Vector[Term])
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def indepOf(that: Term): Boolean
- lazy val intros: Vector[Term]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def newobj: Nothing
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def replace(x: Term, y: Term): Func[Term, U] with Subs[Func[Term, U]]
- def subs(x: Term, y: Term): RecFn[U with Subs[U]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val typ: FuncTyp[Term, U]
- def unlift: PartialFunction[Term, B]
- def usesVar(t: Term): Boolean
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (RecFn[U], B)
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Value Members
- def baseFunction: ExstFunc
- def equals(that: Any): Boolean
- lazy val fullData: (Typ[Term], Typ[U], Vector[Term])
- def hashCode(): Int
- def toString(): String
- def usesVar(t: Term): Boolean
Value Members
- def apply(arg: Term): U
- def applyUnchecked(arg: Term): U
- def canApply(arg: Term): Boolean
Inherited from (Term) => U
Value Members
- def andThen[A](g: (U) => A): (Term) => A
- def compose[A](g: (A) => Term): (A) => U
Inherited from Term
Value Members
- def dependsOn(that: Term): Boolean
- def indepOf(that: Term): Boolean
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion UnliftOps fromRecFn[U] to UnliftOps[Term, B]
Value Members
- def unlift: PartialFunction[Term, B]
Inherited by implicit conversion any2stringadd fromRecFn[U] to any2stringadd[RecFn[U]]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromRecFn[U] to StringFormat[RecFn[U]]
Value Members
- def formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring fromRecFn[U] to Ensuring[RecFn[U]]
Value Members
- def ensuring(cond: (RecFn[U]) => Boolean, msg: => Any): RecFn[U]
- def ensuring(cond: (RecFn[U]) => Boolean): RecFn[U]
- def ensuring(cond: Boolean, msg: => Any): RecFn[U]
- def ensuring(cond: Boolean): RecFn[U]
Inherited by implicit conversion ArrowAssoc fromRecFn[U] to ArrowAssoc[RecFn[U]]
Value Members
- def ->[B](y: B): (RecFn[U], B)
- def →[B](y: B): (RecFn[U], B)
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (RecFn[U], B)
- final def ==(arg0: Any): Boolean
- def act(t: Term): U
- def andThen[A](g: (U) => A): (Term) => A
- def apply(arg: Term): U
- def applyUnchecked(arg: Term): U
- final def asInstanceOf[T0]: T0
- def baseFunction: ExstFunc
- def canApply(arg: Term): Boolean
- def clone(): AnyRef
- val codom: Typ[U]
- def compose[A](g: (A) => Term): (A) => U
- val data: U
- val defnData: Vector[U]
- val depcodom: (Term) => Typ[U]
- def dependsOn(that: Term): Boolean
- val dom: Unit.type
- def ensuring(cond: (RecFn[U]) => Boolean, msg: => Any): RecFn[U]
- def ensuring(cond: (RecFn[U]) => Boolean): RecFn[U]
- def ensuring(cond: Boolean, msg: => Any): RecFn[U]
- def ensuring(cond: Boolean): RecFn[U]
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def formatted(fmtstr: String): String
- def fromData(data: Vector[Term]): RecFn[U]
- lazy val fullData: (Typ[Term], Typ[U], Vector[Term])
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def indepOf(that: Term): Boolean
- lazy val intros: Vector[Term]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def newobj: Nothing
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def replace(x: Term, y: Term): Func[Term, U] with Subs[Func[Term, U]]
- def subs(x: Term, y: Term): RecFn[U with Subs[U]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val typ: FuncTyp[Term, U]
- def unlift: PartialFunction[Term, B]
- def usesVar(t: Term): Boolean
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
- def →[B](y: B): (RecFn[U], B)