EndpointMetadata

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 seqify1(d: Decorator[_, _, _]): Seq[Decorator[_, _, _]]
def seqify2[T1](d1: Decorator[T1, _, _])(d2: Decorator[_, T1, _]): Seq[Decorator[_, _, _]]
def seqify3[T1, T2](d1: Decorator[T1, _, _])(d2: Decorator[T2, T1, _])(d3: Decorator[_, T2, _]): Seq[Decorator[_, _, _]]
def seqify4[T1, T2, T3](d1: Decorator[T1, _, _])(d2: Decorator[T2, T1, _])(d3: Decorator[T3, T2, _])(d4: Decorator[_, T3, _]): Seq[Decorator[_, _, _]]
def seqify5[T1, T2, T3, T4](d1: Decorator[T1, _, _])(d2: Decorator[T2, T1, _])(d3: Decorator[T3, T2, _])(d4: Decorator[T4, T3, _])(d5: Decorator[_, T4, _]): Seq[Decorator[_, _, _]]
def seqify6[T1, T2, T3, T4, T5](d1: Decorator[T1, _, _])(d2: Decorator[T2, T1, _])(d3: Decorator[T3, T2, _])(d4: Decorator[T4, T3, _])(d5: Decorator[T5, T4, _])(d6: Decorator[_, T5, _]): Seq[Decorator[_ >: T1 & T2 & T3 & T4 <: T1 | T2 | T3 | T4, _, _]]