MappedOrFailObject
oxygen.json.JsonDecoder.MappedOrFailObject
final case class MappedOrFailObject[A, B](decoder: ObjectDecoder[A], f: A => Either[String, 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