Validator

com.github.gekomad.regexcollection.Collection.Validator
See theValidator companion trait
object Validator

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Validator.type

Members list

Value members

Concrete methods

def apply[A](reg: String): Validator[A]
def apply[A](f: String => Option[String]): Validator[A]
def f(reg: String): String