AndThen
oxygen.http.core.RequestPathCodec.AndThen
final case class AndThen[A, B, C](a: RequestPathCodec[A], b: RequestPathCodec[B], zip: Out[A, B, C]) extends RequestPathCodec[C]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPathCodec[C]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