LazyEntry

case class LazyEntry(getKey: String, value: () => String) extends Entry[String, Object]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def setValue(`x$0`: Object): Object

Inherited methods

Inherited from
Product

Concrete fields

lazy val getValue: Object