OrElse
oxygen.json.JsonDecoder.OrElse
final case class OrElse[A, B >: A](a: JsonDecoder[A], b: JsonDecoder[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
Inherited fields
Attributes
- Inherited from:
- JsonDecoder
In this article