IndentedString

harness.core.IndentedString
See theIndentedString companion object
sealed trait IndentedString

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Inline
trait NonInline
object Break.type
class Indented
class Str
class StrWithJoin
Show all

Members list

Value members

Concrete methods

def nonInlines: Seq[NonInline]
def toString(idtStr: String): String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any