PDouble

final case class PDouble(value: Double) extends AnyVal with PValue
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

def as[A](implicit reads: Reads[A]): A
Inherited from
PValue
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product