Packages

sealed trait ParamMagnet extends AnyRef

Source
ParameterDirectives.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParamMagnet
  2. AnyRef
  3. Any
Implicitly
  1. by apply
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Out

Abstract Value Members

  1. abstract def apply(): Out

Shadowed Implicit Value Members

  1. def apply(): ParamDef.Out
    Implicit
    This member is added by an implicit conversion from ParamMagnet to ParamMagnet { type Out = pdef.Out } performed by method apply in akka.http.scaladsl.server.directives.ParameterDirectives.ParamMagnet. This conversion will take place only if an implicit value of type ParamDef[ParamMagnet] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (paramMagnet: ParamMagnet { type Out = pdef.Out }).apply()