JavaUsedNames

sbt.internal.inc.UsedNames.JavaUsedNames
final case class JavaUsedNames(map: Map[String, UsedNames]) extends UsedNames

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class UsedNames
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ++(other: UsedNames): UsedNames
def --(classes: Iterable[String]): UsedNames
def affectedNames(modifiedNames: ModifiedNames, from: String): String
def hasAffectedNames(modifiedNames: ModifiedNames, from: String): Boolean
def isEmpty: Boolean
def iterator: Iterator[(String, Set[UsedName])]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val toMultiMap: Map[String, Set[UsedName]]