Packages

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Indenter (context: StringContext) extends Product with Serializable

    An indentation preserving string context.

    An indentation preserving string context. Standard string interpolation does not preserve indentation; s" $x" will indent only the first line of x and not subsequent lines. Indenters apply the same indentation to all lines of x; i" $x" will indent all lines of x by 2.

    context

    String context.

    See also

    https://stackoverflow.com/a/11426477/1447029

Value Members

  1. implicit def indenter(context: StringContext): Indenter

Inherited from AnyRef

Inherited from Any

Ungrouped