LazyRef

scala.runtime.LazyRef
class LazyRef[T] extends Serializable

Classes used as holders for lazy vals defined in methods.

Attributes

Source
LazyRef.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Keywords
  • no keywords
  • override

Value members

Concrete methods

def initialize(value: T): T

Attributes

Source
LazyRef.scala

Attributes

Source
LazyRef.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
LazyRef.scala
def value: T

Attributes

Source
LazyRef.scala