ValidateDouble

molecule.boilerplate.ast.Validations.ValidateDouble
case class ValidateDouble(_attrs: Seq[Attr], _values: Seq[Value]) extends Validator

Attributes

Source
Validations.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Validator
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def validate(v: Double): Seq[String]

Attributes

Source
Validations.scala
override def withAttrs(_attrs: Seq[Attr]): ValidateDouble

Attributes

Definition Classes
Source
Validations.scala
override def withValues(_values: Seq[Value]): ValidateDouble

Attributes

Definition Classes
Source
Validations.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product