Packages

c

fix.scala213

ExplicitNonNullaryApply

final class ExplicitNonNullaryApply extends SemanticRule

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
SemanticRule, Rule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExplicitNonNullaryApply
  2. SemanticRule
  3. Rule
  4. AnyRef
  5. 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
    ExplicitNonNullaryApply → 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 description: String
    Definition Classes
    Rule
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def fix(implicit doc: SemanticDocument): scalafix.v1.Patch
    Definition Classes
    ExplicitNonNullaryApply → SemanticRule
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isExperimental: Boolean
    Definition Classes
    Rule
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isLinter: Boolean
    Definition Classes
    Rule
  18. def isRewrite: Boolean
    Definition Classes
    Rule
  19. val name: scalafix.v1.RuleName
    Definition Classes
    Rule
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def shutdownCompiler(): Unit
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    Rule → AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def withConfiguration(config: Configuration): Configured[ExplicitNonNullaryApply]
    Definition Classes
    ExplicitNonNullaryApply → Rule

Inherited from SemanticRule

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped