MMap

mess.Fmt$.MMap
See theMMap companion object
sealed trait MMap extends Container[Map[Fmt, Fmt]]

Attributes

Companion
object
Graph
Supertypes
trait Container[Map[Fmt, Fmt]]
trait Fmt
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

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