harness.core.IndentedString$
See theIndentedString companion trait
object IndentedString
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IndentedString.type
Members list
Type members
Classlikes
case object Break extends IndentedString
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait IndentedStringclass Objecttrait Matchableclass AnyShow all
- Self type
-
Break.type
final case class Indented(children: List[IndentedString]) extends IndentedString
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait IndentedStringclass Objecttrait Matchableclass AnyShow all
final case class Inline(children: List[IndentedString]) extends IndentedString
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait IndentedStringclass Objecttrait Matchableclass AnyShow all
final case class Str(str: String) extends IndentedString
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait IndentedStringclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Implicits
Implicits
implicit def listToIndentedString[T](using evidence$3: ToIndentedString[T]): ToIndentedString[List[_ <: T]]
implicit def optionToIndentedString[T](using evidence$2: ToIndentedString[T]): ToIndentedString[Option[_ <: T]]
In this article