MString

mess.Fmt$.MString
final case class MString(value: String) extends Fmt

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Fmt
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getBytes(charset: Charset): Array[Byte]
def getChars: Array[Char]
def isNil: Boolean
def iterator: Iterator[Char]
def pack(buffer: MessagePacker): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product