named-codec
0.1.0
named-codec
API
dev.hnaderi.namedcodec
CodecAdapter
EncodedMessage
NamedCodec
NamedCodec
NamedCodecPlatform
NamedCodecPlatform
Builder
NamedDecoder
NamedEncoder
NamedEncoder
TypeName
TypeName
TypeNamePlatform
named-codec
/
dev.hnaderi.namedcodec
/
CodecAdapter
CodecAdapter
dev.hnaderi.namedcodec.CodecAdapter
trait
CodecAdapter
[
Enc
[
_
],
Dec
[
_
],
R
]
Attributes
Source:
NamedCodec.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Abstract methods
def
decode
[
A
:
Dec
](
r
:
R
):
Either
[
String
,
A
]
Attributes
Source:
NamedCodec.scala
def
encode
[
A
:
Enc
](
a
:
A
):
R
Attributes
Source:
NamedCodec.scala
Concrete methods
inline
def
of
[
T
:
Of
]:
NamedCodec
[
T
,
R
]
Extension method from
dev.hnaderi.namedcodec
Attributes
Source:
NamedCodecPlatform.scala
inline
def
of
[
T
:
Of
](
transform
:
String
=>
String
):
NamedCodec
[
T
,
R
]
Extension method from
dev.hnaderi.namedcodec
Attributes
Source:
NamedCodecPlatform.scala