NonEmptyStringValidator

org.finos.morphir.ir.internal.NonEmptyStringValidator
object NonEmptyStringValidator extends Validator[String]

Attributes

Graph
Supertypes
class Validator[String]
trait Liftables
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

object LiteralLift

Attributes

Inherited from:
Liftables
Supertypes
class Object
trait Matchable
class Any
object LiteralUnlift

Attributes

Inherited from:
Liftables
Supertypes
class Object
trait Matchable
class Any
object given_FromExpr_Regex extends FromExpr[Regex]

Attributes

Inherited from:
Liftables
Supertypes
trait FromExpr[Regex]
class Object
trait Matchable
class Any
object given_ToExpr_Regex extends ToExpr[Regex]

Attributes

Inherited from:
Liftables
Supertypes
trait ToExpr[Regex]
class Object
trait Matchable
class Any

Value members

Inherited methods

def validate(a: String): Either[AssertionError, Unit]

Attributes

Inherited from:
Validator
final def validateInlineImpl(expr: Expr[String])(using Quotes): Expr[Unit]

Attributes

Inherited from:
Validator

Givens

Inherited givens

given given_FromExpr_Assertion[A](using x$1: Type[A]): given_FromExpr_Assertion[A]

Attributes

Inherited from:
Liftables

Attributes

Inherited from:
Liftables

Attributes

Inherited from:
Liftables