c

scala.fix.collection

Collection213UpgradeV0

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

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

Instance Constructors

  1. new Collection213UpgradeV0(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 Future.onFailure: SymbolMatcher
    Definition Classes
    Stable212Base
  5. val Future.onSuccess: SymbolMatcher
    Definition Classes
    Stable212Base
  6. implicit val ImplicitSemanticdbIndex: SemanticdbIndex
    Definition Classes
    SemanticRule
  7. val TraversableLike.toIterator: SymbolMatcher
    Definition Classes
    Stable212Base
  8. def addCompatImport(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  9. final def apply(ctx: RuleCtx, patches: Map[scalafix.v0.RuleName, scalafix.v0.Patch]): String
    Definition Classes
    Rule
  10. final def apply(ctx: RuleCtx, patch: scalafix.v0.Patch): String
    Definition Classes
    Rule
  11. final def apply(input: String): String
    Definition Classes
    Rule
  12. final def apply(input: meta.Input, config: ScalafixConfig): String
    Definition Classes
    Rule
  13. final def apply(ctx: RuleCtx): String
    Definition Classes
    Rule
  14. final def applyAndLint(ctx: RuleCtx): (String, List[RuleDiagnostic])
    Definition Classes
    Rule
  15. val arrayBuilderMake: SymbolMatcher
    Definition Classes
    Stable212Base
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. val breakoutRewrite: BreakoutRewrite
    Definition Classes
    Stable212Base
  18. def check(ctx: RuleCtx): Seq[scalafix.v0.Diagnostic]
    Definition Classes
    Rule
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. val collectionCanBuildFrom: SymbolMatcher
    Definition Classes
    Stable212Base
  21. val companion: SymbolMatcher
    Definition Classes
    Stable212Base
  22. val companionSuffix: String
    Definition Classes
    Stable212Base
  23. val copyToBuffer: SymbolMatcher
    Definition Classes
    Stable212Base
  24. def description: String
    Definition Classes
    Rule
  25. final def diff(ctx: RuleCtx, patch: scalafix.v0.Patch): String
    Attributes
    protected
    Definition Classes
    Rule
  26. final def diff(ctx: RuleCtx): String
    Definition Classes
    Rule
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fix(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Collection213UpgradeV0Stable212Base → Rule
  30. def fixWithName(ctx: RuleCtx): Map[scalafix.v0.RuleName, scalafix.v0.Patch]
    Attributes
    protected[scalafix]
    Definition Classes
    Rule
  31. val foldLeftSymbol: SymbolMatcher
    Definition Classes
    Stable212Base
  32. val foldRightSymbol: SymbolMatcher
    Definition Classes
    Stable212Base
  33. def foldSymbol(isLeft: Boolean): SymbolMatcher
    Definition Classes
    Stable212Base
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. val handledTo: Set[Tree]
    Definition Classes
    Stable212Base
  36. val index: SemanticdbIndex
  37. def init(config: Conf): Configured[Rule]
    Definition Classes
    Rule
  38. def isCrossCompatible: Boolean
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val iterableSameElement: SymbolMatcher
    Definition Classes
    Stable212Base
  41. val mapPlus2: SymbolMatcher
    Definition Classes
    Stable212Base
  42. final def merge(other: Rule): Rule
    Definition Classes
    Rule
  43. val mutMapPlus: SymbolMatcher
    Definition Classes
    Stable212Base
  44. val mutMapUpdate: SymbolMatcher
    Definition Classes
    Stable212Base
  45. val mutSetPlus: SymbolMatcher
    Definition Classes
    Stable212Base
  46. final def name: scalafix.v0.RuleName
    Definition Classes
    Rule
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. val nothing: SymbolMatcher
    Definition Classes
    Stable212Base
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def replaceArrayBuilderMake(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  52. def replaceBreakout(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  53. def replaceCanBuildFrom(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  54. def replaceCopyToBuffer(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  55. def replaceFuture(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  56. def replaceIterableSameElements(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  57. def replaceJavaConversions(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  58. def replaceMutMapUpdated(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  59. def replaceMutSetMapPlus(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  60. def replaceMutableMap(ctx: RuleCtx): scalafix.v0.Patch
  61. def replaceMutableSet(ctx: RuleCtx): scalafix.v0.Patch
  62. def replaceSetMapPlus2(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  63. def replaceSymbolicFold(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  64. def replaceSymbols(ctx: RuleCtx): scalafix.v0.Patch
  65. def replaceTo(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  66. def replaceTraversable(ctx: RuleCtx): scalafix.v0.Patch
    Definition Classes
    Stable212Base
  67. def replaceTupleZipped(ctx: RuleCtx): scalafix.v0.Patch
  68. val retainMap: SymbolMatcher
  69. val retainSet: SymbolMatcher
  70. def semanticOption: Option[SemanticdbIndex]
    Definition Classes
    SemanticRule → Rule
  71. val setPlus2: SymbolMatcher
    Definition Classes
    Stable212Base
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. final def toString(): String
    Definition Classes
    Rule → AnyRef → Any
  74. val toTpe: SymbolMatcher
    Definition Classes
    Stable212Base
  75. val traversableOnce: SymbolMatcher
    Definition Classes
    Stable212Base
  76. val tupleZipped: SymbolMatcher
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. 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 Stable212Base

Inherited from CrossCompatibility

Inherited from SemanticRule

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped