c

scala.fix.collection

BreakoutRewrite

class BreakoutRewrite extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BreakoutRewrite
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BreakoutRewrite(addCompatImport: (RuleCtx) ⇒ scalafix.v0.Patch)(implicit index: SemanticdbIndex)

Type Members

  1. implicit class RichSymbol extends AnyRef

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.sequence: SymbolMatcher
  5. val Future.traverse: SymbolMatcher
  6. val IndexedSeqOptimized.zip: scalafix.v0.Symbol
  7. val IterableLike.zip: scalafix.v0.Symbol
  8. val IterableLike.zipAll: scalafix.v0.Symbol
  9. val List ++: scalafix.v0.Symbol
  10. val List +:: scalafix.v0.Symbol
  11. val List.collect: scalafix.v0.Symbol
  12. val List.flatMap: scalafix.v0.Symbol
  13. val List.map: scalafix.v0.Symbol
  14. val SeqLike +:: scalafix.v0.Symbol
  15. val SeqLike :+: scalafix.v0.Symbol
  16. val SeqLike.reverseMap: scalafix.v0.Symbol
  17. val SeqLike.union: scalafix.v0.Symbol
  18. val SeqLike.updated: scalafix.v0.Symbol
  19. val SetLike.map: scalafix.v0.Symbol
  20. val TraversableLike ++: scalafix.v0.Symbol
  21. val TraversableLike ++:: scalafix.v0.Symbol
  22. val TraversableLike.collect: scalafix.v0.Symbol
  23. val TraversableLike.flatMap: scalafix.v0.Symbol
  24. val TraversableLike.map: scalafix.v0.Symbol
  25. val TraversableLike.scanLeft: SymbolMatcher
  26. val Vector ++: scalafix.v0.Symbol
  27. val Vector +:: scalafix.v0.Symbol
  28. val Vector :+: scalafix.v0.Symbol
  29. val Vector.updated: scalafix.v0.Symbol
  30. def apply(ctx: RuleCtx): scalafix.v0.Patch
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. val breakOut: SymbolMatcher
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. val functions: SymbolMatcher
  38. val functionsIterator: SymbolMatcher
  39. val functionsIteratorSymbols: collection.immutable.List[scalafix.v0.Symbol]
  40. val functionsReverseIterator: SymbolMatcher
  41. val functionsReverseIteratorSymbols: collection.immutable.List[scalafix.v0.Symbol]
  42. val functionsSymbols: collection.immutable.List[scalafix.v0.Symbol]
  43. val functionsView: SymbolMatcher
  44. val functionsViewSymbols: collection.immutable.List[scalafix.v0.Symbol]
  45. val functionsZip: SymbolMatcher
  46. val functionsZipSymbols: collection.immutable.List[scalafix.v0.Symbol]
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. implicit val index: SemanticdbIndex
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isLeftAssociative(tree: Tree): Boolean
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. val operators: SymbolMatcher
  56. val operatorsIterator: SymbolMatcher
  57. val operatorsIteratorSymbols: collection.immutable.List[scalafix.v0.Symbol]
  58. val operatorsSymbols: collection.immutable.List[scalafix.v0.Symbol]
  59. val operatorsView: SymbolMatcher
  60. val operatorsViewSymbols: collection.immutable.List[scalafix.v0.Symbol]
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. val toSpecificCollectionBuiltIn: Map[String, String]
  63. val toSpecificCollectionFrom: Set[String]
  64. val toSpecificCollectionFromSpecific: Set[String]
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped