Fragment

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product