Packages

case class ZipFlatMap[X1, X2, Y](baseInput: RandomVar[X1], fiberVar: (X1) => RandomVar[X2], f: (X1, X2) => Y, output: RandomVar[Y]) extends GeneratorNode[Y] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GeneratorNode[Y], GeneratorNodeFamily[HNil, Y], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZipFlatMap
  2. Serializable
  3. Product
  4. Equals
  5. GeneratorNode
  6. GeneratorNodeFamily
  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 ZipFlatMap(baseInput: RandomVar[X1], fiberVar: (X1) => RandomVar[X2], f: (X1, X2) => Y, output: RandomVar[Y])

Value Members

  1. val baseInput: RandomVar[X1]
  2. val f: (X1, X2) => Y
  3. val fiberVar: (X1) => RandomVar[X2]
  4. val inputList: Cons[X1, HNil]
  5. val output: RandomVar[Y]
    Definition Classes
    ZipFlatMapGeneratorNode
  6. val outputFamily: RandomVar[Y]

    the family of random variables for which this is a generation.

    the family of random variables for which this is a generation.

    Definition Classes
    GeneratorNodeGeneratorNodeFamily
  7. def pi[D, S >: Y, T](conditionFamily: (D) => Sort[S, T], outputFamily: RandomVarFamily[::[D, HNil], T]): GeneratorNodeFamily[::[D, HNil], T]
    Definition Classes
    GeneratorNode
  8. def piFmly[Dom <: HList, S >: Y, T](conditionFamily: (Dom) => Sort[S, T], outputFamily: RandomVarFamily[Dom, T]): GeneratorNodeFamily[Dom, T]
    Definition Classes
    GeneratorNode
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def |[S >: Y, T](condition: Sort[S, T], output: RandomVar[T]): GeneratorNode[T]
    Definition Classes
    GeneratorNode