MMap

sealed trait MMap extends Container[Map[Fmt, Fmt]]
Companion:
object
trait Container[Map[Fmt, Fmt]]
trait Fmt
trait Serializable
class Object
trait Matchable
class Any

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
Inherited from:
Container
def pack(buffer: MessagePacker): Unit
Inherited from:
Fmt
def value: Map[Fmt, Fmt]
Inherited from:
Container