ExplicitResultTypesConfig

scalafix.internal.rule.ExplicitResultTypesConfig
See theExplicitResultTypesConfig companion object
case class ExplicitResultTypesConfig(memberKind: List[MemberKind] = ..., memberVisibility: List[MemberVisibility] = ..., skipSimpleDefinitions: SimpleDefinitions = ..., skipLocalImplicits: Boolean = ..., fatalWarnings: Boolean = ..., rewriteStructuralTypesToNamedSubclass: Boolean = ..., onlyImplicits: Boolean = ..., fetchScala3CompilerArtifactsOnVersionMismatch: Boolean = ..., symbolReplacements: Map[String, String] = ...)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product