Regx

org.hungerford.generic.schema.validator.Regx
case class Regx(pattern: Regex) extends Validator[String]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Validator[String]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def isValid(instance: String): Boolean

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product