ValidateLong

molecule.boilerplate.ast.Validations.ValidateLong
case class ValidateLong(_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: Long): Seq[String]

Attributes

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

Attributes

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

Attributes

Definition Classes
Source
Validations.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product