network

refined4s.types.network
See thenetwork companion trait
object network

Attributes

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

Members list

Type members

Classlikes

object DynamicPortNumber extends Refined[Int]

Attributes

Supertypes
trait Refined[Int]
trait RefinedBase[Int]
trait NewtypeBase[Int]
class Object
trait Matchable
class Any
Show all
Self type
object NonSystemPortNumber extends Refined[Int]

Attributes

Supertypes
trait Refined[Int]
trait RefinedBase[Int]
trait NewtypeBase[Int]
class Object
trait Matchable
class Any
Show all
Self type
object PortNumber extends Refined[Int]

Attributes

Supertypes
trait Refined[Int]
trait RefinedBase[Int]
trait NewtypeBase[Int]
class Object
trait Matchable
class Any
Show all
Self type
PortNumber.type
object SystemPortNumber extends Refined[Int]

Attributes

Supertypes
trait Refined[Int]
trait RefinedBase[Int]
trait NewtypeBase[Int]
class Object
trait Matchable
class Any
Show all
Self type
object Uri extends InlinedRefined[String]

Attributes

Supertypes
trait InlinedRefined[String]
trait RefinedBase[String]
trait NewtypeBase[String]
class Object
trait Matchable
class Any
Show all
Self type
Uri.type
object UserPortNumber extends Refined[Int]

Attributes

Supertypes
trait Refined[Int]
trait RefinedBase[Int]
trait NewtypeBase[Int]
class Object
trait Matchable
class Any
Show all
Self type

Types

type PortNumber = Type
type Uri = Type
final type Url = Url

Value members

Concrete methods

def isValidateUri(uriExpr: Expr[String])(using Quotes): Expr[Boolean]

Concrete fields

final val Url: Url.type