c

fix.scala213

ExplicitNonNullaryApply

final class ExplicitNonNullaryApply extends CompilerDependentRule

Explicitly insert () to non-nullary method applications that lack it. https://dotty.epfl.ch/docs/reference/dropped-features/auto-apply.html https://github.com/scala/scala/pull/8833

Linear Supertypes
CompilerDependentRule, SemanticRule, Rule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExplicitNonNullaryApply
  2. CompilerDependentRule
  3. SemanticRule
  4. Rule
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExplicitNonNullaryApply()
  2. new ExplicitNonNullaryApply(global: LazyValue[ScalafixGlobal])

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. def afterComplete(): Unit
    Definition Classes
    CompilerDependentRule → Rule
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beforeStart(): Unit
    Definition Classes
    Rule
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def collector(power: => IPower)(implicit doc: SemanticDocument): PartialFunction[Tree, scalafix.v1.Patch]
  9. def description: String
    Definition Classes
    Rule
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def fix(implicit doc: SemanticDocument): scalafix.v1.Patch
    Definition Classes
    CompilerDependentRule → SemanticRule
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def isExperimental: Boolean
    Definition Classes
    Rule
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isLinter: Boolean
    Definition Classes
    Rule
  19. def isRewrite: Boolean
    Definition Classes
    Rule
  20. val name: scalafix.v1.RuleName
    Definition Classes
    Rule
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def shutdownAndResetCompiler(): Unit
    Definition Classes
    CompilerDependentRule
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    Rule → AnyRef → Any
  27. def unsafeFix()(implicit doc: SemanticDocument): scalafix.v1.Patch
    Attributes
    protected
    Definition Classes
    ExplicitNonNullaryApplyCompilerDependentRule
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. def withConfiguration(config: Configuration): Configured[Rule]
    Definition Classes
    ExplicitNonNullaryApply → Rule

Inherited from CompilerDependentRule

Inherited from SemanticRule

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped