case class Property[T](value: () => Option[T], evaluated: Boolean, evaluatedValue: Option[T])(using `x$4`: CanEqual[T, T])
This class represents values which are evaluated lazily and which may even be missing.
This class represents values which are evaluated lazily and which may even be missing.
It has Option-like function and can be also converted to an Either object
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any