TransformDecode
oxygen.http.core.RequestPathCodec.TransformDecode
final case class TransformDecode[A, B](a: RequestPathCodec[A], ab: A => Option[B], ba: B => A) extends RequestPathCodec[B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPathCodec[B]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- RequestPathCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- RequestPathCodec
Attributes
- Inherited from:
- RequestPathCodec
Attributes
- Inherited from:
- RequestPathCodec
Concrete fields
Inherited fields
Attributes
- Inherited from:
- RequestPathCodec
In this article