caliban.client.ArgEncoder
See theArgEncoder companion object
Typeclass that defines how to encode an argument of type A
into a valid caliban.client.__Value.
Every type that can be passed as an argument needs an instance of ArgEncoder
.
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ArgEncoder[A]