ZioRichText

object ZioRichText extends ZioRichText
Companion:
class
trait Sum
trait Mirror
trait AnyRichText[Task]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Extensions

Inherited extensions

extension (richTextT: RichText.type)
def buildZIO(rich: RichText): Task[Span]
Inherited from:
ZioRichText
extension (screen: Screen[F])
def putRich(pt: Point, richText: RichText): Task[Unit]
Inherited from:
AnyRichText
extension (writer: Writer[F])
def putRich(richText: RichText): Task[Unit]
Inherited from:
AnyRichText