Rand2

final case
class Rand2[A]()(implicit num: Num[A]) extends RandomOp[A, A]
trait Serializable
class RandomOp[A, A]
class Op[A, A]
trait ProductWithAdjuncts
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

final
type State[T <: Exec[T]] = RandomObj[T]
Inherited from
RandomOp

Value members

Concrete methods

override
def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts
def name: String
def next[T <: Exec[LazyRef(...)]](a: A)(implicit state: RandomObj[T], tx: T): A

Inherited methods

def copyState[T <: Exec[LazyRef(...)], Out <: Exec[LazyRef(...)]](s: RandomObj[T])(implicit tx: T, txOut: Out): RandomObj[Out]
Inherited from
RandomOp
final
def disposeState[T <: Exec[LazyRef(...)]](s: RandomObj[T])(implicit tx: T): Unit
Inherited from
RandomOp
final
def prepare[T <: Exec[LazyRef(...)]](ref: AnyRef)(implicit ctx: Context[T], tx: T): RandomObj[T]
Inherited from
RandomOp
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
final
def readState[T <: Exec[LazyRef(...)]](in: DataInput)(implicit tx: T): RandomObj[T]
Inherited from
RandomOp
override
def toString: String
Definition Classes
Op -> Any
Inherited from
Op
final
def writeState[T <: Exec[LazyRef(...)]](s: RandomObj[T], out: DataOutput): Unit
Inherited from
RandomOp