Text

object Text
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Text.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(): Text

The empty text

The empty text

def apply(xs: Iterable[Text], sep: String): Text

A concatenation of elements in xs and interspersed with separator strings sep.

A concatenation of elements in xs and interspersed with separator strings sep.

The given texts xs, each on a separate line

The given texts xs, each on a separate line

Extensions

Extensions

extension (text: => Text)
def provided(cond: Boolean): Text