ConstantLong

case
class ConstantLong(value: Long) extends LongDistribution

A constant Long value generator.

Always generates the same value.

Value Params
value

The value to generate.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def getLong: Long

Provides the constant value.

Provides the constant value.

Returns

The constant value.

Definition Classes
override
def longEstimate: Long

Provides an estimate of the constant value, i.e. the value itself.

Provides an estimate of the constant value, i.e. the value itself.

Returns

The constant value as an estimate of itself.

Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product