EnclosingClass

mill.define.EnclosingClass
See theEnclosingClass companion object
@Scaladoc(value = "/**\n * An implicit that provides the lexically-enclosing class\n * at the point at which it is resolved\n */")
case class EnclosingClass(value: Class[_])

An implicit that provides the lexically-enclosing class at the point at which it is resolved

Attributes

Companion
object
Source
EnclosingClass.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product