ValueOpt

case class ValueOpt[T](value: T) extends OptPadding

Option value: Pads with a specific value, eg 0.

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

Value members

Inherited methods

Inherited from:
Product