MKeyCodec

mcodec.MKeyCodec
See theMKeyCodec companion trait
object MKeyCodec

Attributes

Companion
trait
Source
MKeyCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MKeyCodec.type

Members list

Value members

Concrete methods

def apply[K](using k: MKeyCodec[K]): MKeyCodec[K]

Attributes

Source
MKeyCodec.scala
def create[K](w: K => String, r: String => K): MKeyCodec[K]

Attributes

Source
MKeyCodec.scala

Givens