RandomOp

abstract
class RandomOp[A1, A2] extends Op[A1, A2]
class Op[A1, A2]
trait ProductWithAdjuncts
trait Product
trait Equals
class Object
trait Matchable
class Any
class Coin[A, B]
class Rand[A]
class Rand2[A]

Type members

Types

final
type State[T <: Exec[T]] = RandomObj[T]

Value members

Concrete methods

def copyState[T <: Exec[LazyRef(...)], Out <: Exec[LazyRef(...)]](s: RandomObj[T])(implicit tx: T, txOut: Out): RandomObj[Out]
final
def disposeState[T <: Exec[LazyRef(...)]](s: RandomObj[T])(implicit tx: T): Unit
final
def prepare[T <: Exec[LazyRef(...)]](ref: AnyRef)(implicit ctx: Context[T], tx: T): RandomObj[T]
final
def readState[T <: Exec[LazyRef(...)]](in: DataInput)(implicit tx: T): RandomObj[T]
final
def writeState[T <: Exec[LazyRef(...)]](s: RandomObj[T], out: DataOutput): Unit

Inherited methods

def adjuncts: List[Adjunct]
Inherited from
ProductWithAdjuncts
def canEqual(that: Any): Boolean
Inherited from
Equals
def name: String
Inherited from
Op
def next[T <: Exec[LazyRef(...)]](a: A1)(implicit state: RandomObj[T], tx: T): A2
Inherited from
Op
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final override
def productPrefix: String
Definition Classes
Op -> Product
Inherited from
Op
override
def toString: String
Definition Classes
Op -> Any
Inherited from
Op