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