Mapped
oxygen.json.JsonDecoder.Mapped
final case class Mapped[A, B](decoder: JsonDecoder[A], f: A => B) extends JsonDecoder[B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JsonDecoder[B]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- JsonDecoder
Attributes
- Inherited from:
- JsonDecoder
Attributes
- Inherited from:
- JsonDecoder
Attributes
- Inherited from:
- JsonDecoder
Attributes
- Inherited from:
- JsonDecoder
Attributes
- Inherited from:
- JsonDecoder
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
In this article