Class

scala.meta.internal.pc.ScalafixGlobal

PrettyType

Related Doc: package ScalafixGlobal

Permalink

class PrettyType extends Type

A Type with custom pretty-printing representation, not used for typechecking.

NOTE(olafur) Creating a new Type subclass is a hack, a better long-term solution would be to implement a custom pretty-printer for types so that we don't have to rely on Type.toString.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrettyType
  2. Type
  3. Annotatable
  4. TypeApiImpl
  5. TypeApi
  6. AnyRef
  7. Any
Implicitly
  1. by XtensionSyntax
  2. by XtensionClassifiable
  3. by XtensionTokenizeInputLike
  4. by XtensionStructure
  5. by XtensionShow
  6. by XtensionParseInputLike
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrettyType(string: String)

    Permalink
  2. new PrettyType(prefixString: String, safeToString: String)

    Permalink

Type Members

  1. class FilterMapForeach extends reflect.internal.SymbolTable.FilterTypeCollector

    Permalink
    Definition Classes
    Type

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to any2stringadd[PrettyType] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PrettyType, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to ArrowAssoc[PrettyType] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <:<(that: ScalafixGlobal.Type): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  6. def =:=(that: ScalafixGlobal.Type): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def addThrowsAnnotation(throwableSym: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Annotatable
  9. def annotations: List[ScalafixGlobal.AnnotationInfo]

    Permalink
    Definition Classes
    Type → Annotatable
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def asSeenFrom(pre: ScalafixGlobal.Type, clazz: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  12. def atOwner(owner: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  13. def baseClasses: List[ScalafixGlobal.Symbol]

    Permalink
    Definition Classes
    Type → TypeApi
  14. def baseType(clazz: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  15. def baseTypeIndex(sym: ScalafixGlobal.Symbol): Int

    Permalink
    Definition Classes
    Type
  16. def baseTypeSeq: ScalafixGlobal.BaseTypeSeq

    Permalink
    Definition Classes
    Type
  17. def baseTypeSeqDepth: Depth

    Permalink
    Definition Classes
    Type
  18. def betaReduce: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  19. def boundSyms: Set[ScalafixGlobal.Symbol]

    Permalink
    Definition Classes
    Type
  20. def bounds: ScalafixGlobal.TypeBounds

    Permalink
    Definition Classes
    Type
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def cloneInfo(owner: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  23. def collect[T](pf: PartialFunction[ScalafixGlobal.Type, T]): List[T]

    Permalink
    Definition Classes
    Type
  24. def companion: ScalafixGlobal.Type

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  25. def complete(sym: ScalafixGlobal.Symbol): Unit

    Permalink
    Definition Classes
    Type
  26. def computeMemberType(sym: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  27. def contains(sym: ScalafixGlobal.Symbol): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  28. def dealias: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  29. def dealiasWiden: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  30. def dealiasWidenChain: List[ScalafixGlobal.Type]

    Permalink
    Definition Classes
    Type
  31. def decl(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type → TypeApi
  32. def declaration(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  33. def declarations: ScalafixGlobal.Scope

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  34. def decls: ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type → TypeApi
  35. def deconst: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  36. def deferredMembers: ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type
  37. def directObjectString: String

    Permalink
    Definition Classes
    Type
  38. def dummyArgs: List[ScalafixGlobal.Type]

    Permalink
    Attributes
    protected
    Definition Classes
    Type
  39. def ensuring(cond: (PrettyType) ⇒ Boolean, msg: ⇒ Any): PrettyType

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: (PrettyType) ⇒ Boolean): PrettyType

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: Boolean, msg: ⇒ Any): PrettyType

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean): PrettyType

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  45. def erasure: ScalafixGlobal.Type

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  46. def etaExpand: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  47. def exists(p: (ScalafixGlobal.Type) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  48. def filterAnnotations(p: (ScalafixGlobal.AnnotationInfo) ⇒ Boolean): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → Annotatable
  49. final def finalResultType: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  50. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. def find(p: (ScalafixGlobal.Type) ⇒ Boolean): Option[ScalafixGlobal.Type]

    Permalink
    Definition Classes
    Type → TypeApi
  52. def findMember(name: ScalafixGlobal.Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  53. def findMembers(excludedFlags: Long, requiredFlags: Long): ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type
  54. def firstParent: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  55. def forceDirectSuperclasses: Unit

    Permalink
    Definition Classes
    Type
  56. def foreach(f: (ScalafixGlobal.Type) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Type → TypeApi
  57. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to StringFormat[PrettyType] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  58. def getAnnotation(cls: ScalafixGlobal.Symbol): Option[ScalafixGlobal.AnnotationInfo]

    Permalink
    Definition Classes
    Annotatable
  59. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  60. def hasAnnotation(cls: ScalafixGlobal.Symbol): Boolean

    Permalink
    Definition Classes
    Annotatable
  61. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  62. def implicitMembers: ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type
  63. def instantiateTypeParams(formals: List[ScalafixGlobal.Symbol], actuals: List[ScalafixGlobal.Type]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  64. def is[U](implicit classifier: Classifier[PrettyType, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
    Definition Classes
    XtensionClassifiable
  65. def isComplete: Boolean

    Permalink
    Definition Classes
    Type
  66. def isDependentMethodType: Boolean

    Permalink
    Definition Classes
    Type
  67. def isErroneous: Boolean

    Permalink
    Definition Classes
    Type
  68. def isError: Boolean

    Permalink
    Definition Classes
    Type
  69. def isFinalType: Boolean

    Permalink
    Definition Classes
    Type
  70. def isGround: Boolean

    Permalink
    Definition Classes
    Type
  71. def isHigherKinded: Boolean

    Permalink
    Definition Classes
    Type
  72. def isImmediatelyDependent: Boolean

    Permalink
    Definition Classes
    Type
  73. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  74. def isNot[U](implicit classifier: Classifier[PrettyType, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
    Definition Classes
    XtensionClassifiable
  75. def isSpliceable: Boolean

    Permalink
    Definition Classes
    TypeApiImpl
  76. final def isStable: Boolean

    Permalink
    Definition Classes
    Type
  77. def isStructuralRefinement: Boolean

    Permalink
    Definition Classes
    Type
  78. def isTrivial: Boolean

    Permalink
    Definition Classes
    Type
  79. final def isVolatile: Boolean

    Permalink
    Definition Classes
    Type
  80. def isWildcard: Boolean

    Permalink
    Definition Classes
    Type
  81. def kind: String

    Permalink
    Definition Classes
    Type
  82. def load(sym: ScalafixGlobal.Symbol): Unit

    Permalink
    Definition Classes
    Type
  83. def looselyMatches(that: ScalafixGlobal.Type): Boolean

    Permalink
    Definition Classes
    Type
  84. def map(f: (ScalafixGlobal.Type) ⇒ ScalafixGlobal.Type): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  85. def matches(that: ScalafixGlobal.Type): Boolean

    Permalink
    Definition Classes
    Type
  86. def matchesPattern(that: ScalafixGlobal.Type): Boolean

    Permalink
    Definition Classes
    Type
  87. def member(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type → TypeApi
  88. def memberBasedOnName(name: ScalafixGlobal.Name, excludedFlags: Long): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  89. def memberInfo(sym: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  90. def memberType(sym: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  91. def members: ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type → TypeApi
  92. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type
  93. def narrow: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  94. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  95. def nonLocalMember(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  96. def nonPrivateDecl(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  97. def nonPrivateDecls: List[ScalafixGlobal.Symbol]

    Permalink
    Definition Classes
    Type
  98. def nonPrivateMember(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  99. def nonPrivateMemberAdmitting(name: ScalafixGlobal.Name, admit: Long): ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  100. def nonPrivateMembers: ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type
  101. def nonPrivateMembersAdmitting(admit: Long): ScalafixGlobal.Scope

    Permalink
    Definition Classes
    Type
  102. def normalize: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  103. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  104. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  105. def objectPrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    Type
  106. final def orElse(alt: ⇒ ScalafixGlobal.Type): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
    Annotations
    @inline()
  107. def packagePrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    Type
  108. def paramLists: List[List[ScalafixGlobal.Symbol]]

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  109. def paramSectionCount: Int

    Permalink
    Definition Classes
    Type
  110. def paramTypes: List[ScalafixGlobal.Type]

    Permalink
    Definition Classes
    Type
  111. def params: List[ScalafixGlobal.Symbol]

    Permalink
    Definition Classes
    Type
  112. def paramss: List[List[ScalafixGlobal.Symbol]]

    Permalink
    Definition Classes
    Type → TypeApi
  113. def parents: List[ScalafixGlobal.Type]

    Permalink
    Definition Classes
    Type
  114. def parse[U](implicit convert: Convert[PrettyType, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to meta.XtensionParseInputLike[PrettyType] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  115. def prefix: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  116. def prefixChain: List[ScalafixGlobal.Type]

    Permalink
    Definition Classes
    Type
  117. val prefixString: String

    Permalink
    Definition Classes
    PrettyType → Type
  118. def removeAnnotation(cls: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Annotatable
  119. def resultApprox: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  120. def resultType(actuals: List[ScalafixGlobal.Type]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  121. def resultType: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  122. val safeToString: String

    Permalink
    Definition Classes
    PrettyType → Type
  123. def setAnnotations(annots: List[ScalafixGlobal.AnnotationInfo]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → Annotatable
  124. def show[Style[X] <: Show[X]](implicit style: Style[PrettyType]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to meta.XtensionShow[PrettyType] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  125. def skolemizeExistential: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  126. def skolemizeExistential(owner: ScalafixGlobal.Symbol, origin: AnyRef): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  127. def skolemsExceptMethodTypeParams: List[ScalafixGlobal.Symbol]

    Permalink
    Definition Classes
    Type
  128. def stat_<:<(that: ScalafixGlobal.Type): Boolean

    Permalink
    Definition Classes
    Type
  129. def staticAnnotations: collection.immutable.List[ScalafixGlobal.AnnotationInfo]

    Permalink
    Definition Classes
    Annotatable
  130. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to meta.XtensionStructure[PrettyType] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[PrettyType] is in scope.
    Definition Classes
    XtensionStructure
  131. def subst(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Type]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  132. def substSym(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Symbol]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  133. def substThis(from: ScalafixGlobal.Symbol, to: ScalafixGlobal.Symbol): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  134. def substThis(from: ScalafixGlobal.Symbol, to: ScalafixGlobal.Type): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  135. def substThisAndSym(from: ScalafixGlobal.Symbol, to: ScalafixGlobal.Type, symsFrom: List[ScalafixGlobal.Symbol], symsTo: List[ScalafixGlobal.Symbol]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  136. def substituteSymbols(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Symbol]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  137. def substituteTypes(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Type]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  138. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  139. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to meta.XtensionSyntax[PrettyType] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[PrettyType] is in scope.
    Definition Classes
    XtensionSyntax
  140. def takesTypeArgs: Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  141. def termSymbol: ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type → TypeApi
  142. def termSymbolDirect: ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  143. def throwsAnnotations(): List[ScalafixGlobal.Symbol]

    Permalink
    Definition Classes
    Annotatable
  144. def toLongString: String

    Permalink
    Definition Classes
    Type
  145. final def toString(): String

    Permalink
    Definition Classes
    Type → AnyRef → Any
  146. def tokenize(implicit convert: Convert[PrettyType, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to meta.XtensionTokenizeInputLike[PrettyType] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  147. def trimPrefix(str: String): String

    Permalink
    Definition Classes
    Type
  148. def typeArgs: List[ScalafixGlobal.Type]

    Permalink
    Definition Classes
    Type → TypeApi
  149. def typeArguments: List[ScalafixGlobal.Type]

    Permalink
    Definition Classes
    TypeApiImpl
  150. def typeConstructor: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  151. def typeOfThis: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  152. def typeParams: List[ScalafixGlobal.Symbol]

    Permalink
    Definition Classes
    Type → TypeApi
  153. def typeSymbol: ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type → TypeApi
  154. def typeSymbolDirect: ScalafixGlobal.Symbol

    Permalink
    Definition Classes
    Type
  155. def underlying: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type
  156. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  157. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  158. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  159. def weak_<:<(that: ScalafixGlobal.Type): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  160. def widen: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → TypeApi
  161. final def withAnnotation(annot: ScalafixGlobal.AnnotationInfo): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Annotatable
  162. def withAnnotations(annots: List[ScalafixGlobal.AnnotationInfo]): ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → Annotatable
  163. def withFilter(p: (ScalafixGlobal.Type) ⇒ Boolean): FilterMapForeach

    Permalink
    Definition Classes
    Type
  164. def withoutAnnotations: ScalafixGlobal.Type

    Permalink
    Definition Classes
    Type → Annotatable
  165. def [B](y: B): (PrettyType, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to ArrowAssoc[PrettyType] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ScalafixGlobal.Type

Inherited from ScalafixGlobal.TypeApi

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionSyntax from PrettyType to meta.XtensionSyntax[PrettyType]

Inherited by implicit conversion XtensionClassifiable from PrettyType to meta.XtensionClassifiable[PrettyType]

Inherited by implicit conversion XtensionTokenizeInputLike from PrettyType to meta.XtensionTokenizeInputLike[PrettyType]

Inherited by implicit conversion XtensionStructure from PrettyType to meta.XtensionStructure[PrettyType]

Inherited by implicit conversion XtensionShow from PrettyType to meta.XtensionShow[PrettyType]

Inherited by implicit conversion XtensionParseInputLike from PrettyType to meta.XtensionParseInputLike[PrettyType]

Inherited by implicit conversion any2stringadd from PrettyType to any2stringadd[PrettyType]

Inherited by implicit conversion StringFormat from PrettyType to StringFormat[PrettyType]

Inherited by implicit conversion Ensuring from PrettyType to Ensuring[PrettyType]

Inherited by implicit conversion ArrowAssoc from PrettyType to ArrowAssoc[PrettyType]

Ungrouped