Packages

c

org.http4s.FormDataDecoder

FormDataDecoderSyntax

implicit final class FormDataDecoderSyntax[A] extends AnyVal

Source
FormDataDecoder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormDataDecoderSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FormDataDecoderSyntax(decoder: FormDataDecoder[Either[String, A]])

Value Members

  1. def default(defaultValue: A): FormDataDecoder[A]

    Use a default value when the field is missing

  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  3. def optional: FormDataDecoder[Option[A]]
  4. def required: FormDataDecoder[A]