Importees
scalafix.internal.rule.OrganizeImports.Importees
object Importees
Categorizes a list of Importees into the following four groups:
- Names, e.g.,
Seq,Option, etc. - Renames, e.g.,
{Long => JLong},Duration as D, etc. - Unimports, e.g.,
{Foo => _}orFoo as _. - Givens, e.g.,
given Foo. - GivenAll, i.e.,
given. - Wildcard, i.e.,
_or*.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Importees.type
Members list
In this article