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

Inherited methods

Inherited from:
Product

Concrete fields

lazy val getValue: Object