Port

blobstore.url.Port
See thePort companion class
object Port

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Port.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def compare(one: Port, two: Port): Int
def parse(c: String): Validated[PortParseError, Port]
def parse(i: Int): Validated[PortParseError, Port]
def parseF[F[_]](c: String)(using evidence$1: ApplicativeThrow[F]): F[Port]
def parseF[F[_]](i: Int)(using evidence$1: ApplicativeThrow[F]): F[Port]
def unsafe(c: String): Port
def unsafe(i: Int): Port

Concrete fields

val MaxPortNumber: Int
val MinPortNumber: Int

Implicits

Implicits

implicit val order: Order[Port]
implicit val ordering: Ordering[Port]
implicit val show: Show[Port]