ip

object ip extends Literally[IpAddress]
trait Literally[IpAddress]
class Object
trait Matchable
class Any

Type members

Inherited types

type Expr[A] = Expr[A]
Inherited from
Literally
type Quotes = Quotes
Inherited from
Literally

Value members

Concrete methods

def validate(s: String)(using Quotes): Either[String, Expr[IpAddress]]

Inherited methods

def apply(strCtxExpr: Expr[StringContext], argsExpr: Expr[Seq[Any]])(using Quotes): Expr[IpAddress]
Inherited from
Literally

Inherited fields

val Expr: Expr
Inherited from
Literally