Fragment

zio.test.render.LogLine$.Fragment
See theFragment companion object
case class Fragment(text: String, style: Style)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def *(n: Int): Fragment
def +(f: Fragment): Line
def +:(line: Line): Line
def ansi(ansiColor: String): Fragment
def prepend(line: Line): Line

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product