Atomized

zio.http.codec.internal.Atomized
See theAtomized companion object
final case class Atomized[A](method: A, status: A, path: A, query: A, header: A, content: A)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def get(tag: AtomTag): A
def update(tag: AtomTag)(f: A => A): Atomized[A]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product