package collection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- collection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class BreakoutRewrite extends AnyRef
- case class CanBuildFrom(param: Name, cbf: Type) extends Product with Serializable
- 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
- class Collection213CrossCompat extends LegacySemanticRule with Stable212BaseCheck
- case class Collection213CrossCompatV0(index: SemanticdbIndex) extends SemanticRule with CrossCompatibility with Stable212Base with Product with Serializable
- class Collection213Experimental extends LegacySemanticRule
- case class Collection213ExperimentalV0(index: SemanticdbIndex) extends SemanticRule with Product with Serializable
- class Collection213Roughly extends LegacySemanticRule
- final case class Collection213RoughlyV0(index: SemanticdbIndex, config: RoughlyConfig) extends SemanticRule with Product with Serializable
- class Collection213Upgrade extends LegacySemanticRule with Stable212BaseCheck
- case class Collection213UpgradeV0(index: SemanticdbIndex) extends SemanticRule with Stable212Base with Product with Serializable
- trait CrossCompatibility extends AnyRef
- case class PlaygroundRule(index: SemanticdbIndex) extends SemanticRule with Product with Serializable
- case class RoughlyConfig(strictMapValues: Boolean = false, strictFilterKeys: Boolean = false, withLazyAppendedAll: Boolean = false, withLazyList: Boolean = false) extends Product with Serializable
- trait Stable212Base extends CrossCompatibility
- trait Stable212BaseCheck extends AnyRef
- final class TypeMatcher extends AnyRef
Value Members
- val canBuildFroms: Map[String, String]
- def exact(symbols: String*)(implicit index: SemanticdbIndex): SymbolMatcher
- def extractCollectionFromBreakout(breakout: Tree, syntheticsByEndPos: Map[Int, Seq[Synthetic]]): Option[String]
- def normalized(symbols: String*)(implicit index: SemanticdbIndex): SymbolMatcher
- def pos(tree: Tree): String
- def startsWithParens(tree: Tree): Boolean
- def sym(tree: Tree)(implicit index: SemanticdbIndex): scalafix.v0.Patch
- def trailingApply(tree: Tree, ctx: RuleCtx): Option[(meta.Token, meta.Token)]
- def trailingBrackets(tree: Tree, ctx: RuleCtx): Option[(LeftBracket, RightBracket)]
- def trailingParens(tree: Tree, ctx: RuleCtx): Option[(LeftParen, RightParen)]
- object CanBuildFrom extends Serializable
- object CanBuildFromNothing extends Serializable
- object RoughlyConfig extends Serializable
- object TypeMatcher