MString

final case class MString(value: String) extends Fmt
trait Product
trait Equals
trait Fmt
trait Serializable
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product