Port

object Port
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

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$2`: 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]