Forwarded

object Forwarded
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

object Element

Enables the following construction syntax (which preserves type safety and consistency):

Enables the following construction syntax (which preserves type safety and consistency):

 Element
   .fromBy(<by-node>)
   .withFor(<for-node>)
   .withHost(<host>)
   .withProto(<schema>)`
Companion:
class
sealed trait Element extends Renderable
Companion:
object
sealed abstract case class Host
Companion:
object
object Host
Companion:
class
final case class Node(nodeName: Name, nodePort: Option[Port])
Companion:
object
object Node
Companion:
class

Types

type Proto = Scheme

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(head: Element, tail: Element*): Forwarded

Inherited methods

protected def renderElement(writer: Writer, elem: Element): writer.type
Inherited from:
ForwardedRenderers (hidden)

Concrete fields

final val PortMax: 65535
final val PortMin: 0
val Proto: Scheme.type
val name: CIString

Implicits

Inherited implicits

Inherited from:
ForwardedRenderers (hidden)
Inherited from:
ForwardedRenderers (hidden)
Inherited from:
ForwardedRenderers (hidden)
Inherited from:
ForwardedRenderers (hidden)