Packages

sealed trait FieldMagnet extends AnyRef

Source
FormFieldDirectives.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldMagnet
  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
  2. abstract type U

Abstract Value Members

  1. abstract def apply(): Directive[U]
  2. abstract def convert(d: Directive[U]): Out

Shadowed Implicit Value Members

  1. def apply(): Directive[FieldDef.U]
    Implicit
    This member is added by an implicit conversion from FieldMagnet to FieldMagnet { ... /* 2 definitions in type refinement */ } performed by method apply in akka.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet. This conversion will take place only if an implicit value of type FieldDef[FieldMagnet] 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:
    (fieldMagnet: FieldMagnet { ... /* 2 definitions in type refinement */ }).apply()
  2. def convert(d: Directive[FieldDef.U]): Directive[FieldDef.U]
    Implicit
    This member is added by an implicit conversion from FieldMagnet to FieldMagnet { ... /* 2 definitions in type refinement */ } performed by method apply in akka.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet. This conversion will take place only if an implicit value of type FieldDef[FieldMagnet] 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:
    (fieldMagnet: FieldMagnet { ... /* 2 definitions in type refinement */ }).convert(d)