object GeneratorNodeFamily
Type Members
- case class BasePi[Dom <: HList, +O](nodes: (Dom) => GeneratorNode[O], outputFamily: RandomVarFamily[Dom, O]) extends GeneratorNodeFamily[Dom, O] with Pi[Dom, O] with Product with Serializable
- case class BasePiOpt[Dom <: HList, +O](nodesOpt: (Dom) => Option[GeneratorNode[O]], outputFamily: RandomVarFamily[Dom, O]) extends GeneratorNodeFamily[Dom, O] with PiOpt[Dom, O] with Product with Serializable
- sealed trait Pi[Dom <: HList, +O] extends GeneratorNodeFamily[Dom, O]
- sealed trait PiOpt[Dom <: HList, +O] extends GeneratorNodeFamily[Dom, O]
- case class RecPi[State, Dom <: HList, +O](nodes: (Dom) => RecursiveGeneratorNode[State, O], outputFamily: RandomVarFamily[Dom, O]) extends RecursiveGeneratorNodeFamily[Dom, State, O] with Pi[Dom, O] with Product with Serializable
- case class RecPiOpt[State, Dom <: HList, +O](nodesOpt: (Dom) => Option[RecursiveGeneratorNode[State, O]], outputFamily: RandomVarFamily[Dom, O]) extends RecursiveGeneratorNodeFamily[Dom, State, O] with PiOpt[Dom, O] with Product with Serializable
- case class Value[Dom <: HList, O, V](family: GeneratorNodeFamily[Dom, O], value: V) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def simplePiOpt[D, O](nodesOpt: (D) => Option[GeneratorNode[O]], outputFamily: RandomVarFamily[::[D, HNil], O]): BasePiOpt[::[D, HNil], O]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
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
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- 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
Ungrouped
- case class BasePi[Dom <: HList, +O](nodes: (Dom) => GeneratorNode[O], outputFamily: RandomVarFamily[Dom, O]) extends GeneratorNodeFamily[Dom, O] with Pi[Dom, O] with Product with Serializable
- case class BasePiOpt[Dom <: HList, +O](nodesOpt: (Dom) => Option[GeneratorNode[O]], outputFamily: RandomVarFamily[Dom, O]) extends GeneratorNodeFamily[Dom, O] with PiOpt[Dom, O] with Product with Serializable
- sealed trait Pi[Dom <: HList, +O] extends GeneratorNodeFamily[Dom, O]
- sealed trait PiOpt[Dom <: HList, +O] extends GeneratorNodeFamily[Dom, O]
- case class RecPi[State, Dom <: HList, +O](nodes: (Dom) => RecursiveGeneratorNode[State, O], outputFamily: RandomVarFamily[Dom, O]) extends RecursiveGeneratorNodeFamily[Dom, State, O] with Pi[Dom, O] with Product with Serializable
- case class RecPiOpt[State, Dom <: HList, +O](nodesOpt: (Dom) => Option[RecursiveGeneratorNode[State, O]], outputFamily: RandomVarFamily[Dom, O]) extends RecursiveGeneratorNodeFamily[Dom, State, O] with PiOpt[Dom, O] with Product with Serializable
- case class Value[Dom <: HList, O, V](family: GeneratorNodeFamily[Dom, O], value: V) extends Product with Serializable
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def simplePiOpt[D, O](nodesOpt: (D) => Option[GeneratorNode[O]], outputFamily: RandomVarFamily[::[D, HNil], O]): BasePiOpt[::[D, HNil], O]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit