Str

spack.Message$.Str
final case class Str(string: String) extends AnyVal, Message

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def entryByName(name: String): Option[(Message, Message)]

Attributes

Inherited from:
Message
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def stringValue: Option[String]

Attributes

Inherited from:
Message
def toByteArray: Array[Byte]

Attributes

Inherited from:
Message