Message

zio.test.render.LogLine.Message
See theMessage companion object
case class Message(lines: Vector[Line])

Attributes

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

Members list

Value members

Concrete methods

def +(fragment: Fragment): Message
def ++(message: Message): Message
def +++(message: Message): Message
def +:(line: Line): Message
def :+(fragment: Fragment): Message
def :+(line: Line): Message
def drop(n: Int): Message
def intersperse(line: Line): Message
def map(f: Line => Line): Message
def withOffset(offset: Int): Message

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product