LazyEntry

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entry[String, Object]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def setValue(x$0: Object): Object

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val getValue: Object