FormDataDecoderSyntax

org.http4s.FormDataDecoder$.FormDataDecoderSyntax
final implicit class FormDataDecoderSyntax[A](decoder: FormDataDecoder[Either[String, A]]) extends AnyVal

Attributes

Source:
FormDataDecoder.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Use a default value when the field is missing

Use a default value when the field is missing

Attributes

Source:
FormDataDecoder.scala