ConstSingle
oxygen.http.core.RequestPathCodec.ConstSingle
final case class ConstSingle(path: String) extends RequestPathCodec[Unit]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPathCodec[Unit]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
final def <||[B >: Unit](that: RequestPathCodec[B])(using ct: TypeTest[B, Unit]): RequestPathCodec[B]
Attributes
- Inherited from:
- RequestPathCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- RequestPathCodec
Attributes
- Inherited from:
- RequestPathCodec
final def ||>[B <: Unit](that: RequestPathCodec[B])(using ct: TypeTest[Unit, B]): RequestPathCodec[Unit]
Attributes
- Inherited from:
- RequestPathCodec
Concrete fields
Inherited fields
Attributes
- Inherited from:
- RequestPathCodec
In this article