LazyEntry

dotty.tools.scaladoc.site.LazyEntry
case class LazyEntry(getKey: String, value: () => String) extends Entry[String, Object]

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val getValue: Object