EncodedMessage

dev.hnaderi.namedcodec.EncodedMessage
final case class EncodedMessage[R](name: String, data: R)

Attributes

Source
NamedCodec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def rename(f: String => String): EncodedMessage[R]

Attributes

Source
NamedCodec.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product