p

scala.fix

collection

package collection

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

Type Members

  1. class BreakoutRewrite extends AnyRef
  2. case class CanBuildFrom(param: Name, cbf: Type) extends Product with Serializable
  3. case class CanBuildFromNothing(param: Name, tpe: Apply, not: Type, t: Type, toT: Type, stats: List[Tree], ctx: RuleCtx, toTpe: SymbolMatcher, handledTo: Set[Tree]) extends Product with Serializable
  4. class Collection213CrossCompat extends LegacySemanticRule with Stable212BaseCheck
  5. case class Collection213CrossCompatV0(index: SemanticdbIndex) extends SemanticRule with CrossCompatibility with Stable212Base with Product with Serializable
  6. class Collection213Experimental extends LegacySemanticRule
  7. case class Collection213ExperimentalV0(index: SemanticdbIndex) extends SemanticRule with Product with Serializable
  8. class Collection213Roughly extends LegacySemanticRule
  9. final case class Collection213RoughlyV0(index: SemanticdbIndex, config: RoughlyConfig) extends SemanticRule with Product with Serializable
  10. class Collection213Upgrade extends LegacySemanticRule with Stable212BaseCheck
  11. case class Collection213UpgradeV0(index: SemanticdbIndex) extends SemanticRule with Stable212Base with Product with Serializable
  12. trait CrossCompatibility extends AnyRef
  13. case class PlaygroundRule(index: SemanticdbIndex) extends SemanticRule with Product with Serializable
  14. case class RoughlyConfig(strictMapValues: Boolean = false, strictFilterKeys: Boolean = false, withLazyAppendedAll: Boolean = false, withLazyList: Boolean = false) extends Product with Serializable
  15. trait Stable212Base extends CrossCompatibility
  16. trait Stable212BaseCheck extends AnyRef
  17. final class TypeMatcher extends AnyRef

Value Members

  1. val canBuildFroms: Map[String, String]
  2. def exact(symbols: String*)(implicit index: SemanticdbIndex): SymbolMatcher
  3. def extractCollectionFromBreakout(breakout: Tree, syntheticsByEndPos: Map[Int, Seq[Synthetic]]): Option[String]
  4. def normalized(symbols: String*)(implicit index: SemanticdbIndex): SymbolMatcher
  5. def pos(tree: Tree): String
  6. def startsWithParens(tree: Tree): Boolean
  7. def sym(tree: Tree)(implicit index: SemanticdbIndex): scalafix.v0.Patch
  8. def trailingApply(tree: Tree, ctx: RuleCtx): Option[(meta.Token, meta.Token)]
  9. def trailingBrackets(tree: Tree, ctx: RuleCtx): Option[(LeftBracket, RightBracket)]
  10. def trailingParens(tree: Tree, ctx: RuleCtx): Option[(LeftParen, RightParen)]
  11. object CanBuildFrom extends Serializable
  12. object CanBuildFromNothing extends Serializable
  13. object RoughlyConfig extends Serializable
  14. object TypeMatcher

Inherited from AnyRef

Inherited from Any

Ungrouped