Packages

case class PartiallyApplied(func: Term) extends RandomVar[Term] with Product with Serializable

distribution of f, f(x), f(x)(y) etc

func

the function to apply

Linear Supertypes
Serializable, Product, Equals, RandomVar[Term], RandomVarFamily[HNil, Term], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartiallyApplied
  2. Serializable
  3. Product
  4. Equals
  5. RandomVar
  6. RandomVarFamily
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PartiallyApplied(func: Term)

    func

    the function to apply

Value Members

  1. def at(x: HNil): AtCoord[HNil, Term]
    Definition Classes
    RandomVarFamily
  2. val func: Term
  3. def init[Y >: Term]: BasePi[HNil, Y]
    Definition Classes
    RandomVarFamily
  4. val polyDomain: RandomVarList[HNil]
    Definition Classes
    RandomVarFamily
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val range: Sort[_, Term]
    Definition Classes
    RandomVar
  7. val rangeFamily: (HNil) => Sort[_, Term]
    Definition Classes
    RandomVarFamily
  8. def target[State, V, Y >: Term]: Target[State, V, HNil, Y]
    Definition Classes
    RandomVarFamily