SocketAddress

object SocketAddress extends ProductReader[Product] with SocketAddressPlatform
Companion
class
trait Product
trait Mirror
trait ProductReader[Product]
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Apply extends Op[String, Int, SocketAddress]
final implicit
class ExOps(x: Ex[SocketAddress]) extends AnyVal
object ExValue extends Value[SocketAddress]
final case
class Host(in: Ex[SocketAddress]) extends Ex[String]
Companion
object
object Host extends ProductReader[Host]
Companion
class
final case
class LocalHost() extends Ex[String]
Companion
object
object LocalHost extends ProductReader[LocalHost]
Companion
class
final case
class Port(in: Ex[SocketAddress]) extends Ex[Int]
Companion
object
object Port extends ProductReader[Port]
Companion
class

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 apply(host: Ex[String], port: Ex[Int]): Ex[SocketAddress]
override
def read(in: RefMapIn, key: String, arity: Int, adj: Int): Product
Definition Classes
ProductReader

Inherited methods

protected
def mkLocalHostName(): String
Inherited from
SocketAddressPlatform

Implicits

Implicits

final implicit