core
core
mess
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
mess.codec
Decoder
Decoder
DecodingFailure
Encoder
Encoder
AsArray
AsMap
AsMap
TypeMismatchError
auto
semiauto
core
/
mess
/
Fmt
/
MArray
MArray
sealed
trait
MArray
extends
Container
[
Vector
[
Fmt
]]
Companion:
object
Graph
Supertypes
trait
Container
[
Vector
[
Fmt
]]
trait
Fmt
trait
Serializable
class
Object
trait
Matchable
class
Any
Value members
Value members
Abstract methods
def
+
(
entry:
Fmt
):
MArray
def
++
(
other:
MArray
):
MArray
def
apply
(
key:
Int
):
Fmt
def
flatMap
(
f:
Fmt
=>
MArray
):
MArray
def
get
(
key:
Int
):
Option
[
Fmt
]
def
isEmpty
:
Boolean
def
iterator
:
Iterator
[
Fmt
]
def
map
(
f:
Fmt
=>
Fmt
):
MArray
def
size
:
Int
Concrete methods
final
def
filter
(
f:
Fmt
=>
Boolean
):
MArray
Inherited methods
def
isNil
:
Boolean
Inherited from:
Container
def
pack
(
buffer:
MessagePacker
):
Unit
Inherited from:
Fmt
def
value
:
Vector
[
Fmt
]
Inherited from:
Container