IndentedString

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Break extends IndentedString
final case class Indented(children: List[IndentedString]) extends IndentedString
final case class Inline(children: List[IndentedString]) extends IndentedString
final case class Str(str: String) extends IndentedString

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

Implicits

Implicits

implicit def convert[T](t: T)(using evidence$1: ToIndentedString[T]): IndentedString
implicit def listToIndentedString[T](using evidence$3: ToIndentedString[T]): ToIndentedString[List[_ <: T]]
implicit def optionToIndentedString[T](using evidence$2: ToIndentedString[T]): ToIndentedString[Option[_ <: T]]