CompositeOutput

class CompositeOutput(val entries: List[LogOutput]) extends LogOutput
trait LogOutput
class Object
trait Matchable
class Any

Value members

Concrete methods

override def map(f: String => String): LogOutput
Definition Classes
override def splitAt(index: Int): (LogOutput, LogOutput)
Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def length: Int
Inherited from:
LogOutput

Concrete fields

val entries: List[LogOutput]
lazy override val plainText: String