ArgEncoder

caliban.client.ArgEncoder
See theArgEncoder companion object
trait ArgEncoder[-A]

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 Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def encode(value: A): `__Value`
Implicitly added by list
def encode(value: A): `__Value`
Implicitly added by option
def encode(value: A): `__Value`

Concrete methods

Implicitly added by list
Implicitly added by option