MArray

mess.Fmt$.MArray
See theMArray companion object
sealed trait MArray extends Container[Vector[Fmt]]

Attributes

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

Members list

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

Attributes

Inherited from:
Container
def pack(buffer: MessagePacker): Unit

Attributes

Inherited from:
Fmt
def value: A

Attributes

Inherited from:
Container