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