VPackKeyEncoder

avokka.velocypack.VPackKeyEncoder
See theVPackKeyEncoder companion object
trait VPackKeyEncoder[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def encode(t: T): String

Concrete methods

def contramap[U](f: U => T): VPackKeyEncoder[U]