ValidatedWrapper

neotype.ValidatedWrapper
trait ValidatedWrapper[A] extends Wrapper[A]

Attributes

Graph
Supertypes
trait Wrapper[A]
class Object
trait Matchable
class Any
Known subtypes
class Newtype[A]
class Subtype[A]
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Type

Attributes

Inherited from:
Wrapper

Value members

Abstract methods

def validate(input: A): Boolean

Concrete methods

def failureMessage: String

Givens

Extensions

Extensions

extension (x$1: ValidateEvidence)
inline def ??(inline bool: Boolean)(message: String): Boolean
extension (x$1: ValidateEvidence)
inline def isEmail(inline string: String): Boolean
inline def isURL(inline string: String): Boolean
inline def isUUID(inline string: String): Boolean