MetadataMap

tus4s.core.data.MetadataMap
See theMetadataMap companion object
final case class MetadataMap(data: Map[Key, ByteVector])

Attributes

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

Members list

Value members

Concrete methods

def ++(other: MetadataMap): MetadataMap
def encoded: String
def exists(key: Key): Boolean
def get(key: Key, alternateKeys: Key*): Option[ByteVector]
def get(keys: NonEmptyList[Key]): Option[ByteVector]
def getString(keys: NonEmptyList[Key]): Option[String]
def getString(key: Key, alternateKeys: Key*): Option[String]
def isEmpty: Boolean
def nonEmpty: Boolean
def remove(key: Key): MetadataMap
def withFilename(fn: String): MetadataMap
def withString(key: Key, value: String): MetadataMap
def withValue(key: Key, value: ByteVector): MetadataMap

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product