Listing

zio.http.codec.Doc.Listing
final case class Listing(elements: List[Doc], listingType: ListingType) extends Doc

Attributes

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

Members list

Value members

Inherited methods

def +(that: Doc): Doc

Attributes

Inherited from:
Doc

Attributes

Inherited from:
Doc

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def tag(tag: String, tags: String*): Doc

Attributes

Inherited from:
Doc
def tag(tag: String): Doc

Attributes

Inherited from:
Doc
def tag(tags: Seq[String]): Doc

Attributes

Inherited from:
Doc
def tags: List[String]

Attributes

Inherited from:
Doc

Attributes

Inherited from:
Doc
def toHtml: Html

Attributes

Inherited from:
Doc

Attributes

Inherited from:
Doc
def toPlaintext(columnWidth: Int = ..., color: Boolean = ...): String

Attributes

Inherited from:
Doc