c

scalafix.util

Deprecated

final case class Deprecated(message: String, since: String) extends Product with Serializable

Identical to scala.deprecated except it's a case class.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Deprecated
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by XtensionScalafixProductInspect
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Deprecated(message: String, since: String)

Value Members

  1. val message: String
  2. val since: String
  3. def structure: String
    Implicit
    This member is added by an implicit conversion from Deprecated to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  4. def structureLabeled(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Deprecated to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  5. def structureLabeled: String
    Implicit
    This member is added by an implicit conversion from Deprecated to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  6. def structureWidth(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Deprecated to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect

Deprecated Value Members

  1. def structure(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Deprecated to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.7) use structureWidth instead