Named

zio.http.codec.HttpCodec.Metadata.Named
final case class Named[A](name: String) extends Metadata[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Metadata[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def transform[Value2](f: A => Value2): Metadata[Value2]

Attributes

Inherited from:
Metadata