t

scala.fix.collection

Stable212Base

trait Stable212Base extends CrossCompatibility

Self Type
Stable212Base with SemanticRule
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stable212Base
  2. CrossCompatibility
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isCrossCompatible: Boolean
    Definition Classes
    CrossCompatibility

Concrete 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
  5. val Future.onSuccess: SymbolMatcher
  6. val TraversableLike.toIterator: SymbolMatcher
  7. def addCompatImport(ctx: RuleCtx): scalafix.v0.Patch
  8. val arrayBuilderMake: SymbolMatcher
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val breakoutRewrite: BreakoutRewrite
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. val collectionCanBuildFrom: SymbolMatcher
  13. val companion: SymbolMatcher
  14. val companionSuffix: String
  15. val copyToBuffer: SymbolMatcher
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fix(ctx: RuleCtx): scalafix.v0.Patch
  20. val foldLeftSymbol: SymbolMatcher
  21. val foldRightSymbol: SymbolMatcher
  22. def foldSymbol(isLeft: Boolean): SymbolMatcher
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val handledTo: Set[Tree]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val iterableSameElement: SymbolMatcher
  28. val mapPlus2: SymbolMatcher
  29. val mutMapPlus: SymbolMatcher
  30. val mutMapUpdate: SymbolMatcher
  31. val mutSetPlus: SymbolMatcher
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val nothing: SymbolMatcher
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def replaceArrayBuilderMake(ctx: RuleCtx): scalafix.v0.Patch
  37. def replaceBreakout(ctx: RuleCtx): scalafix.v0.Patch
  38. def replaceCanBuildFrom(ctx: RuleCtx): scalafix.v0.Patch
  39. def replaceCopyToBuffer(ctx: RuleCtx): scalafix.v0.Patch
  40. def replaceFuture(ctx: RuleCtx): scalafix.v0.Patch
  41. def replaceIterableSameElements(ctx: RuleCtx): scalafix.v0.Patch
  42. def replaceJavaConversions(ctx: RuleCtx): scalafix.v0.Patch
  43. def replaceMutMapUpdated(ctx: RuleCtx): scalafix.v0.Patch
  44. def replaceMutSetMapPlus(ctx: RuleCtx): scalafix.v0.Patch
  45. def replaceSetMapPlus2(ctx: RuleCtx): scalafix.v0.Patch
  46. def replaceSymbolicFold(ctx: RuleCtx): scalafix.v0.Patch
  47. def replaceTo(ctx: RuleCtx): scalafix.v0.Patch
  48. def replaceTraversable(ctx: RuleCtx): scalafix.v0.Patch
  49. val setPlus2: SymbolMatcher
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. val toTpe: SymbolMatcher
  53. val traversableOnce: SymbolMatcher
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from CrossCompatibility

Inherited from AnyRef

Inherited from Any

Ungrouped