case class RecFn[U <: Term with Subs[U], V <: Term with Subs[V], W <: Term with Subs[W]](first: Typ[U], second: Typ[V], codom: Typ[W], firstCase: Func[U, W], secondCase: Func[V, W]) extends RecFunc[Term, W] with Product with Serializable
Instance Constructors
- new RecFn(first: Typ[U], second: Typ[V], codom: Typ[W], firstCase: Func[U, W], secondCase: Func[V, W])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (RecFn[U, V, W], B)
- final def ==(arg0: Any): Boolean
- def act(x: Term): W
- def andThen[A](g: (W) => A): (Term) => A
- def apply(arg: Term): W
- def applyUnchecked(arg: Term): W
- final def asInstanceOf[T0]: T0
- def baseFunction: ExstFunc
- def canApply(arg: Term): Boolean
- def clone(): AnyRef
- val codom: Typ[W]
- def compose[A](g: (A) => Term): (A) => W
- val defnData: Vector[Term]
- val depcodom: (Term) => Typ[W]
- def dependsOn(that: Term): Boolean
- val dom: Typ[Term]
- def ensuring(cond: (RecFn[U, V, W]) => Boolean, msg: => Any): RecFn[U, V, W]
- def ensuring(cond: (RecFn[U, V, W]) => Boolean): RecFn[U, V, W]
- def ensuring(cond: Boolean, msg: => Any): RecFn[U, V, W]
- def ensuring(cond: Boolean): RecFn[U, V, W]
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- val first: Typ[U]
- val firstCase: Func[U, W]
- def formatted(fmtstr: String): String
- def fromData(data: Vector[Term]): RecFn[U, V, W]
- lazy val fullData: (Typ[Term], Typ[W], 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: Func[Term, W]
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def replace(x: Term, y: Term): Func[Term, W] with Subs[Func[Term, W]]
- val second: Typ[V]
- val secondCase: Func[V, W]
- def subs(x: Term, y: Term): RecFn[U, V, W]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- lazy val typ: FuncTyp[Term, W]
- 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, V, W], 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[W], Vector[Term])
- def hashCode(): Int
- def toString(): String
- def usesVar(t: Term): Boolean
Value Members
- def apply(arg: Term): W
- def applyUnchecked(arg: Term): W
- def canApply(arg: Term): Boolean
Inherited from (Term) => W
Value Members
- def andThen[A](g: (W) => A): (Term) => A
- def compose[A](g: (A) => Term): (A) => W
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, V, W] to UnliftOps[Term, B]
Value Members
- def unlift: PartialFunction[Term, B]
Inherited by implicit conversion any2stringadd fromRecFn[U, V, W] to any2stringadd[RecFn[U, V, W]]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromRecFn[U, V, W] to StringFormat[RecFn[U, V, W]]
Value Members
- def formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring fromRecFn[U, V, W] to Ensuring[RecFn[U, V, W]]
Value Members
- def ensuring(cond: (RecFn[U, V, W]) => Boolean, msg: => Any): RecFn[U, V, W]
- def ensuring(cond: (RecFn[U, V, W]) => Boolean): RecFn[U, V, W]
- def ensuring(cond: Boolean, msg: => Any): RecFn[U, V, W]
- def ensuring(cond: Boolean): RecFn[U, V, W]
Inherited by implicit conversion ArrowAssoc fromRecFn[U, V, W] to ArrowAssoc[RecFn[U, V, W]]
Value Members
- def ->[B](y: B): (RecFn[U, V, W], B)
- def →[B](y: B): (RecFn[U, V, W], B)
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (RecFn[U, V, W], B)
- final def ==(arg0: Any): Boolean
- def act(x: Term): W
- def andThen[A](g: (W) => A): (Term) => A
- def apply(arg: Term): W
- def applyUnchecked(arg: Term): W
- final def asInstanceOf[T0]: T0
- def baseFunction: ExstFunc
- def canApply(arg: Term): Boolean
- def clone(): AnyRef
- val codom: Typ[W]
- def compose[A](g: (A) => Term): (A) => W
- val defnData: Vector[Term]
- val depcodom: (Term) => Typ[W]
- def dependsOn(that: Term): Boolean
- val dom: Typ[Term]
- def ensuring(cond: (RecFn[U, V, W]) => Boolean, msg: => Any): RecFn[U, V, W]
- def ensuring(cond: (RecFn[U, V, W]) => Boolean): RecFn[U, V, W]
- def ensuring(cond: Boolean, msg: => Any): RecFn[U, V, W]
- def ensuring(cond: Boolean): RecFn[U, V, W]
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- val first: Typ[U]
- val firstCase: Func[U, W]
- def formatted(fmtstr: String): String
- def fromData(data: Vector[Term]): RecFn[U, V, W]
- lazy val fullData: (Typ[Term], Typ[W], 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: Func[Term, W]
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def replace(x: Term, y: Term): Func[Term, W] with Subs[Func[Term, W]]
- val second: Typ[V]
- val secondCase: Func[V, W]
- def subs(x: Term, y: Term): RecFn[U, V, W]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- lazy val typ: FuncTyp[Term, W]
- 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, V, W], B)