Append
oxygen.json.JsonDecoder.TupleDecoder.Append
final case class Append[A, B <: Tuple](a: JsonDecoder[A], b: TupleDecoder[B]) extends TupleDecoder[A *: B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- JsonDecoder
Attributes
- Definition Classes
- Inherited from:
- TupleDecoder
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
Inherited fields
Attributes
- Inherited from:
- JsonDecoder
In this article