OrElse
oxygen.http.core.RequestPathCodec.OrElse
final case class OrElse[A, B >: A](a: RequestPathCodec[A], b: RequestPathCodec[B], tt: TypeTest[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