PortNumber

refined4s.types.network.PortNumber
object PortNumber extends Refined[Int]

Attributes

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

Members list

Type members

Inherited and Abstract types

override opaque type Type

Attributes

Inherited from:
RefinedBase

Value members

Concrete methods

inline override def invalidReason(a: Int): String

Attributes

Definition Classes
inline override def predicate(a: Int): Boolean

Attributes

Definition Classes

Inherited methods

inline def apply(a: Int): Type

Attributes

Inherited from:
Refined
override def deriving[F[*]](using fa: F[Int]): F[Type]

Attributes

Definition Classes
Inherited from:
RefinedBase
inline def expectedMessage(expected: String): String

Attributes

Inherited from:
RefinedBase
def from(a: Int): Either[String, Type]

Attributes

Inherited from:
RefinedBase
def unapply(typ: Type): Some[Int]

Attributes

Inherited from:
RefinedBase
def unsafeFrom(a: Int): Type

Attributes

Inherited from:
RefinedBase

Givens

Inherited givens

inline given given_RefinedCtor_Type_A: given_RefinedCtor_Type_A

Attributes

Inherited from:
RefinedBase
given newRefinedCanEqual: CanEqual[Type, Type]

Attributes

Inherited from:
NewtypeBase
inline given unwrap: Coercible[Type, Int]

Attributes

Inherited from:
NewtypeBase
inline given unwrapTC[F[*]]: Coercible[F[Type], F[Int]]

Attributes

Inherited from:
NewtypeBase

Extensions

Inherited extensions

extension [B](typ: Type)
def toValue(using coercibleA2B: Coercible[Int, B]): B

Attributes

Inherited from:
NewtypeBase
extension (typ: Type)
inline override def value: Int

Attributes

Definition Classes
Inherited from:
RefinedBase