zio.http.codec.SimpleCodec
See theSimpleCodec companion object
sealed trait SimpleCodec[Input, Output] extends PartialFunction[Input, Output]
A simple codec is either equal to a given value, or unconstrained within a domain of values. There are no other possibilities.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
class Specified[A]class Unspecified[A]
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- PartialFunction
Attributes
- Definition Classes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
In this article