implicit final classStringReaderOps extends AnyVal
Implicit conversion that allows to call as[A] on any RequestReader[String] to perform a type conversion based
on an implicit DecodeRequest[A] which must be in scope.
The resulting reader will fail when type conversion fails.
Implicit conversion that allows to call
as[A]
on anyRequestReader[String]
to perform a type conversion based on an implicitDecodeRequest[A]
which must be in scope.The resulting reader will fail when type conversion fails.