FormDataDecoderSyntax

final class FormDataDecoderSyntax[A](decoder: FormDataDecoder[Either[String, A]]) extends AnyVal
class AnyVal
trait Matchable
class Any

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

def optional: FormDataDecoder[Option[A]]