argonaut

PrettyParams

object PrettyParams extends PrettyParamss

Linear Supertypes
PrettyParamss, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrettyParams
  2. PrettyParamss
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def apply(lbraceLeft0: (Int) ⇒ String, lbraceRight0: (Int) ⇒ String, rbraceLeft0: (Int) ⇒ String, rbraceRight0: (Int) ⇒ String, lbracketLeft0: (Int) ⇒ String, lbracketRight0: (Int) ⇒ String, rbracketLeft0: (Int) ⇒ String, rbracketRight0: (Int) ⇒ String, commaLeft0: (Int) ⇒ String, commaRight0: (Int) ⇒ String, colonLeft0: (Int) ⇒ String, colonRight0: (Int) ⇒ String, preserveOrder0: Boolean): PrettyParams

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def colonLeftL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the colonLeft configuration value.

    The lens to the colonLeft configuration value.

    Definition Classes
    PrettyParamss
  8. def colonRightL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the colonRight configuration value.

    The lens to the colonRight configuration value.

    Definition Classes
    PrettyParamss
  9. def commaLeftL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the commaLeft configuration value.

    The lens to the commaLeft configuration value.

    Definition Classes
    PrettyParamss
  10. def commaRightL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the commaRight configuration value.

    The lens to the commaRight configuration value.

    Definition Classes
    PrettyParamss
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def lbraceLeftL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the lbraceLeft configuration value.

    The lens to the lbraceLeft configuration value.

    Definition Classes
    PrettyParamss
  18. def lbraceRightL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the lbraceRight configuration value.

    The lens to the lbraceRight configuration value.

    Definition Classes
    PrettyParamss
  19. def lbracketLeftL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the lbracketLeft configuration value.

    The lens to the lbracketLeft configuration value.

    Definition Classes
    PrettyParamss
  20. def lbracketRightL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the lbracketRight configuration value.

    The lens to the lbracketRight configuration value.

    Definition Classes
    PrettyParamss
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final val nospace: PrettyParams

    A pretty-printer configuration that inserts no spaces.

    A pretty-printer configuration that inserts no spaces.

    Definition Classes
    PrettyParamss
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def preserveOrderL: @>[PrettyParams, Boolean]

    The lens to the preserveOrder configuration value.

    The lens to the preserveOrder configuration value.

    Definition Classes
    PrettyParamss
  26. final def pretty(indent: String): PrettyParams

    A pretty-printer configuration that indents by the given spaces.

    A pretty-printer configuration that indents by the given spaces.

    Definition Classes
    PrettyParamss
  27. def rbraceLeftL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the rbraceLeft configuration value.

    The lens to the rbraceLeft configuration value.

    Definition Classes
    PrettyParamss
  28. def rbraceRightL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the rbraceRight configuration value.

    The lens to the rbraceRight configuration value.

    Definition Classes
    PrettyParamss
  29. def rbracketLeftL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the rbracketLeft configuration value.

    The lens to the rbracketLeft configuration value.

    Definition Classes
    PrettyParamss
  30. def rbracketRightL: @>[PrettyParams, (Int) ⇒ String]

    The lens to the rbracketRight configuration value.

    The lens to the rbracketRight configuration value.

    Definition Classes
    PrettyParamss
  31. final val spaces2: PrettyParams

    A pretty-printer configuration that indents by two spaces.

    A pretty-printer configuration that indents by two spaces.

    Definition Classes
    PrettyParamss
  32. final val spaces4: PrettyParams

    A pretty-printer configuration that indents by four spaces.

    A pretty-printer configuration that indents by four spaces.

    Definition Classes
    PrettyParamss
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrettyParamss

Inherited from AnyRef

Inherited from Any

Ungrouped