core
core
API
mess
codec
Decoder
Decoder
DecodingFailure
Encoder
Encoder
AsArray
AsMap
AsMap
TypeMismatchError
auto
semiauto
Fmt
Fmt
Container
MArray
MArray
MBigInt
MBin
MBool
MBool
False
True
MByte
MDouble
MExtension
MFloat
MInt
MLong
MMap
MMap
MNil
MNumber
MShort
MString
MTimestamp
MUnit
core
/
mess
/
Fmt
/
MMap
MMap
mess.Fmt$.MMap
See the
MMap
companion object
sealed
trait
MMap
extends
Container
[
Map
[
Fmt
,
Fmt
]]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Container
[
Map
[
Fmt
,
Fmt
]]
trait
Fmt
trait
Serializable
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Abstract methods
def
+
(
entry
: (
Fmt
,
Fmt
)):
MMap
def
++
(
other
:
MMap
):
MMap
def
apply
(
key
:
Fmt
):
Fmt
def
flatMap
(
f
: ((
Fmt
,
Fmt
))
=>
MMap
):
MMap
def
get
(
key
:
Fmt
):
Option
[
Fmt
]
def
isEmpty
:
Boolean
def
iterator
:
Iterator
[(
Fmt
,
Fmt
)]
def
map
(
f
: ((
Fmt
,
Fmt
))
=>
(
Fmt
,
Fmt
)):
MMap
Concrete methods
final
def
filter
(
f
: ((
Fmt
,
Fmt
))
=>
Boolean
):
MMap
Inherited methods
def
isNil
:
Boolean
Attributes
Inherited from:
Container
def
pack
(
buffer
:
MessagePacker
):
Unit
Attributes
Inherited from:
Fmt
def
value
:
A
Attributes
Inherited from:
Container
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Inherited methods