Line

zio.test.render.LogLine$.Line
See theLine companion object
case class Line(fragments: Vector[Fragment], offset: Int)

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 +(fragment: Fragment): Line
def +(line: Line): Message
def ++(line: Line): Line
def +:(fragment: Fragment): Line
def :+(fragment: Fragment): Line
def prepend(message: Message): Message
def withOffset(shift: Int): Line

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product