class BreakoutRewrite extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BreakoutRewrite
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BreakoutRewrite(addCompatImport: (RuleCtx) ⇒ scalafix.v0.Patch)(implicit index: SemanticdbIndex)
Type Members
- implicit class RichSymbol extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Future.sequence: SymbolMatcher
- val Future.traverse: SymbolMatcher
- val IndexedSeqOptimized.zip: scalafix.v0.Symbol
- val IterableLike.zip: scalafix.v0.Symbol
- val IterableLike.zipAll: scalafix.v0.Symbol
- val List ++: scalafix.v0.Symbol
- val List +:: scalafix.v0.Symbol
- val List.collect: scalafix.v0.Symbol
- val List.flatMap: scalafix.v0.Symbol
- val List.map: scalafix.v0.Symbol
- val SeqLike +:: scalafix.v0.Symbol
- val SeqLike :+: scalafix.v0.Symbol
- val SeqLike.reverseMap: scalafix.v0.Symbol
- val SeqLike.union: scalafix.v0.Symbol
- val SeqLike.updated: scalafix.v0.Symbol
- val SetLike.map: scalafix.v0.Symbol
- val TraversableLike ++: scalafix.v0.Symbol
- val TraversableLike ++:: scalafix.v0.Symbol
- val TraversableLike.collect: scalafix.v0.Symbol
- val TraversableLike.flatMap: scalafix.v0.Symbol
- val TraversableLike.map: scalafix.v0.Symbol
- val TraversableLike.scanLeft: SymbolMatcher
- val Vector ++: scalafix.v0.Symbol
- val Vector +:: scalafix.v0.Symbol
- val Vector :+: scalafix.v0.Symbol
- val Vector.updated: scalafix.v0.Symbol
- def apply(ctx: RuleCtx): scalafix.v0.Patch
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val breakOut: SymbolMatcher
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val functions: SymbolMatcher
- val functionsIterator: SymbolMatcher
- val functionsIteratorSymbols: collection.immutable.List[scalafix.v0.Symbol]
- val functionsReverseIterator: SymbolMatcher
- val functionsReverseIteratorSymbols: collection.immutable.List[scalafix.v0.Symbol]
- val functionsSymbols: collection.immutable.List[scalafix.v0.Symbol]
- val functionsView: SymbolMatcher
- val functionsViewSymbols: collection.immutable.List[scalafix.v0.Symbol]
- val functionsZip: SymbolMatcher
- val functionsZipSymbols: collection.immutable.List[scalafix.v0.Symbol]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val index: SemanticdbIndex
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLeftAssociative(tree: Tree): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operators: SymbolMatcher
- val operatorsIterator: SymbolMatcher
- val operatorsIteratorSymbols: collection.immutable.List[scalafix.v0.Symbol]
- val operatorsSymbols: collection.immutable.List[scalafix.v0.Symbol]
- val operatorsView: SymbolMatcher
- val operatorsViewSymbols: collection.immutable.List[scalafix.v0.Symbol]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val toSpecificCollectionBuiltIn: Map[String, String]
- val toSpecificCollectionFrom: Set[String]
- val toSpecificCollectionFromSpecific: Set[String]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )