ToIndentedString

oxygen.core.IndentedString.ToIndentedString
See theToIndentedString companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Givens

Givens

given option[A](using toIdtStr: ToIndentedString[A]): ToIndentedString[Option[A]]
given seq[S[_], A](using seqOps: SeqOps[S], a: ToIndentedString[A]): ToIndentedString[S[A]]
given string: ToIndentedString[String]