indent

package indent

Members list

Type members

Classlikes

sealed trait Element extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AddIndent
object NewLine
object RemoveIndent
class String
object Element

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Element.type
object Indent

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Indent.type
class Indent(indent: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object spaces2
object spaces4
object tab
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Indentation(value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class Indented(val content: Vector[Element])

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait Part extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Indented
class Other
class String
object Part

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Part.type
final class SeqOps(val s: Seq[Indented]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class StringOps(val s: String) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Inherited classlikes

object spaces2 extends Indent

Attributes

Inherited from:
IndentInterpolatorInstances
Supertypes
class Indent
class Object
trait Matchable
class Any
object spaces4 extends Indent

Attributes

Inherited from:
IndentInterpolatorInstances
Supertypes
class Indent
class Object
trait Matchable
class Any
object tab extends Indent

Attributes

Inherited from:
IndentInterpolatorInstances
Supertypes
class Indent
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def toIndentedSeqOps(s: Seq[Indented]): SeqOps

Attributes

Inherited from:
IndentInterpolatorInstances
implicit def toIndentedStringOps(s: String): StringOps

Attributes

Inherited from:
IndentInterpolatorInstances