implicit final classStringOptionReaderOps extends AnyVal
Implicit conversion that allows to call as[A] on any RequestReader[Option[String]] to perform a type conversion
based on an implicit DecodeRequest[A] which must be in scope.
The resulting reader will fail when the result is non-empty and type conversion fails. It will succeed if the
result is empty or type conversion succeeds.
Implicit conversion that allows to call
as[A]
on anyRequestReader[Option[String]]
to perform a type conversion based on an implicitDecodeRequest[A]
which must be in scope.The resulting reader will fail when the result is non-empty and type conversion fails. It will succeed if the result is empty or type conversion succeeds.