VPackGeneric

avokka.velocypack.VPackGeneric$
object VPackGeneric

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Decoder[A <: Tuple]

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def decoder[P <: Product](using m: ProductOf[P]): VPackDecoder[P]
inline def encoder[P <: Product](using m: ProductOf[P]): VPackEncoder[P]
inline def summonAllDecoders[A <: Tuple]: List[VPackDecoder[_]]
inline def summonAllEncoders[A <: Tuple]: List[VPackEncoder[_]]
inline def tuple[E, T <: Tuple](f: E => T): VPackEncoder[E]