LazyRef

class LazyRef[T] extends Serializable

Classes used as holders for lazy vals defined in methods.

Source:
LazyRef.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def initialize(value: T): T
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Source:
LazyRef.scala
def value: T