c

scala.fix.collection

Collection213ExperimentalV0

case class Collection213ExperimentalV0(index: SemanticdbIndex) extends SemanticRule with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, SemanticRule, Rule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Collection213ExperimentalV0
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SemanticRule
  7. Rule
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Collection213ExperimentalV0(index: SemanticdbIndex)

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. val CollectionMap: TypeMatcher
  5. val CollectionSet: TypeMatcher
  6. implicit val ImplicitSemanticdbIndex: SemanticdbIndex
    Definition Classes
    SemanticRule
  7. final def apply(ctx: RuleCtx, patches: Map[scalafix.v0.RuleName, scalafix.v0.Patch]): String
    Definition Classes
    Rule
  8. final def apply(ctx: RuleCtx, patch: scalafix.v0.Patch): String
    Definition Classes
    Rule
  9. final def apply(input: String): String
    Definition Classes
    Rule
  10. final def apply(input: meta.Input, config: ScalafixConfig): String
    Definition Classes
    Rule
  11. final def apply(ctx: RuleCtx): String
    Definition Classes
    Rule
  12. final def applyAndLint(ctx: RuleCtx): (String, List[RuleDiagnostic])
    Definition Classes
    Rule
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def check(ctx: RuleCtx): Seq[scalafix.v0.Diagnostic]
    Definition Classes
    Rule
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. def description: String
    Definition Classes
    Rule
  17. final def diff(ctx: RuleCtx, patch: scalafix.v0.Patch): String
    Attributes
    protected
    Definition Classes
    Rule
  18. final def diff(ctx: RuleCtx): String
    Definition Classes
    Rule
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fix(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Collection213ExperimentalV0 → Rule
  22. def fixWithName(ctx: RuleCtx): Map[scalafix.v0.RuleName, scalafix.v0.Patch]
    Attributes
    protected[scalafix]
    Definition Classes
    Rule
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val index: SemanticdbIndex
  25. def init(config: Conf): Configured[Rule]
    Definition Classes
    Rule
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val mapPlus: SymbolMatcher
  28. val mapZip: SymbolMatcher
  29. final def merge(other: Rule): Rule
    Definition Classes
    Rule
  30. final def name: scalafix.v0.RuleName
    Definition Classes
    Rule
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def replaceMapZip(ctx: RuleCtx): scalafix.v0.Patch
  35. def replaceSetMapPlusMinus(ctx: RuleCtx): scalafix.v0.Patch
  36. def semanticOption: Option[SemanticdbIndex]
    Definition Classes
    SemanticRule → Rule
  37. val setMinus: SymbolMatcher
  38. val setPlus: SymbolMatcher
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. final def toString(): String
    Definition Classes
    Rule → AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from SemanticRule

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped