LocalObjectReference

final case class LocalObjectReference(name: Option[String])

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

Companion:
object
Source:
LocalObjectReference.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
LocalObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
LocalObjectReference.scala

Inherited methods

Inherited from:
Product