Class

rsc.pretty

Printer

Related Doc: package pretty

Permalink

class Printer extends AnyRef

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

Instance Constructors

  1. new Printer()

    Permalink

Type Members

  1. case class Prefix(pre: String) extends Wrap with Product with Serializable

    Permalink
  2. case class Suffix(suf: String) extends Wrap with Product with Serializable

    Permalink
  3. trait Wrap extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Angles extends Wrap with Product with Serializable

    Permalink
  5. object Braces extends Wrap with Product with Serializable

    Permalink
  6. object Brackets extends Wrap with Product with Serializable

    Permalink
  7. object Indent extends Wrap with Product with Serializable

    Permalink
  8. object Nest extends Wrap with Product with Serializable

    Permalink
  9. object NoWrap extends Wrap with Product with Serializable

    Permalink
  10. object Parens extends Wrap with Product with Serializable

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def header(value: String): Unit

    Permalink
  19. def ignoringIndent[T](fn: ⇒ T): T

    Permalink
  20. def indent(n: Int = 1): Unit

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def newline(): Unit

    Permalink
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def opt(s: String)(f: (String) ⇒ Unit): Unit

    Permalink
  27. def opt(s: String, suf: String)(f: (String) ⇒ Unit): Unit

    Permalink
  28. def opt(pre: String, s: String, suf: String)(f: (String) ⇒ Unit): Unit

    Permalink
  29. def opt[T](xs: Type)(f: (Type) ⇒ Unit): Unit

    Permalink
  30. def opt[T](xs: Type, suf: String)(f: (Type) ⇒ Unit): Unit

    Permalink
  31. def opt[T](pre: String, xs: Type)(f: (Type) ⇒ Unit): Unit

    Permalink
  32. def opt[T](pre: String, xs: Type, suf: String)(f: (Type) ⇒ Unit): Unit

    Permalink
  33. def opt[T](xs: Option[T])(f: (T) ⇒ Unit): Unit

    Permalink
  34. def opt[T](xs: Option[T], suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
  35. def opt[T](pre: String, xs: Option[T])(f: (T) ⇒ Unit): Unit

    Permalink
  36. def opt[T](pre: String, xs: Option[T], suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
  37. def rep[T](xs: Iterable[T], sep: String)(f: (T) ⇒ Unit): Unit

    Permalink
  38. def rep[T](xs: Iterable[T], sep: String, suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
  39. def rep[T](pre: String, xs: Iterable[T], sep: String)(f: (T) ⇒ Unit): Unit

    Permalink
  40. def rep[T](pre: String, xs: Iterable[T], sep: String, suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
  41. def repl(x: Pretty): Unit

    Permalink
  42. def repl[T](x: T)(implicit arg0: Repl[T]): Unit

    Permalink
  43. def str(x: String): Unit

    Permalink
  44. def str(x: Pretty): Unit

    Permalink
  45. def str[T](x: T)(implicit arg0: Str[T]): Unit

    Permalink
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    Printer → AnyRef → Any
  48. def unindent(n: Int = 1): Unit

    Permalink
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped