trait ScalafixMetaconfigReaders extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalafixMetaconfigReaders
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toany2stringadd[ScalafixMetaconfigReaders] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalafixMetaconfigReaders, B)
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toArrowAssoc[ScalafixMetaconfigReaders] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit lazy val AddGlobalImportReader: ConfDecoder[AddGlobalImport]
  7. implicit lazy val CustomMessagePattern: ConfDecoder[v0.CustomMessage[Pattern]]
  8. implicit def EitherConfDecoder[A, B](implicit A: ConfDecoder[A], B: ConfDecoder[B]): ConfDecoder[Either[A, B]]
  9. implicit val FilterMatcherReader: ConfDecoder[FilterMatcher]
  10. implicit lazy val PatternDecoder: ConfDecoder[Pattern]
  11. implicit lazy val PrintStreamReader: ConfDecoder[PrintStream]
  12. implicit val RegexReader: ConfDecoder[Regex]
  13. implicit lazy val RemoveGlobalImportReader: ConfDecoder[RemoveGlobalImport]
  14. implicit lazy val ReplaceSymbolReader: ConfDecoder[ReplaceSymbol]
  15. lazy val SlashSeparated: Regex
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def castReader[From, To](ConfDecoder: ConfDecoder[From])(implicit ev: ClassTag[To]): ConfDecoder[To]
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. implicit lazy val dialectReader: ConfDecoder[Dialect]
  20. def ensuring(cond: (ScalafixMetaconfigReaders) => Boolean, msg: => Any): ScalafixMetaconfigReaders
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toEnsuring[ScalafixMetaconfigReaders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (ScalafixMetaconfigReaders) => Boolean): ScalafixMetaconfigReaders
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toEnsuring[ScalafixMetaconfigReaders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: => Any): ScalafixMetaconfigReaders
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toEnsuring[ScalafixMetaconfigReaders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): ScalafixMetaconfigReaders
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toEnsuring[ScalafixMetaconfigReaders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toStringFormat[ScalafixMetaconfigReaders] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. implicit lazy val importeeReader: ConfDecoder[Importee]
  31. implicit lazy val importerReader: ConfDecoder[Importer]
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. implicit val metaconfigConfDecoder: ConfDecoder[Conf]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def parseReader[T](implicit parse: Parse[T]): ConfDecoder[T]
  38. implicit lazy val parseReader: ConfDecoder[MetaParser]
  39. def parseReplaceSymbol(from: String, to: String): Configured[(Global, Global)]
  40. implicit lazy val refReader: ConfDecoder[Ref]
  41. def ruleConfDecoder(singleRuleDecoder: ConfDecoder[v0.Rule]): ConfDecoder[v0.Rule]
  42. def ruleConfDecoderSyntactic(singleRuleDecoder: ConfDecoder[v0.Rule]): ConfDecoder[v0.Rule]
  43. def scalafixConfigConfDecoder(ruleDecoder: ConfDecoder[v0.Rule], extraRules: List[String] = Nil): ConfDecoder[(v0.Rule, ScalafixConfig)]
  44. def scalafixConfigEmptyRuleReader: ConfDecoder[(Conf, ScalafixConfig)]
  45. implicit lazy val symbolGlobalReader: ConfDecoder[Global]
  46. implicit lazy val symbolReader: ConfDecoder[Symbol]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. implicit lazy val termRefReader: ConfDecoder[Ref]
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. object ConfStrLst
  54. object UriRule
  55. object UriRuleString

Deprecated Value Members

  1. def [B](y: B): (ScalafixMetaconfigReaders, B)
    Implicit
    This member is added by an implicit conversion from ScalafixMetaconfigReaders toArrowAssoc[ScalafixMetaconfigReaders] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromScalafixMetaconfigReaders to any2stringadd[ScalafixMetaconfigReaders]

Inherited by implicit conversion StringFormat fromScalafixMetaconfigReaders to StringFormat[ScalafixMetaconfigReaders]

Inherited by implicit conversion Ensuring fromScalafixMetaconfigReaders to Ensuring[ScalafixMetaconfigReaders]

Inherited by implicit conversion ArrowAssoc fromScalafixMetaconfigReaders to ArrowAssoc[ScalafixMetaconfigReaders]

Ungrouped