Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
RefId[E] to any2stringadd[RefId[E]]
Inherited by implicit conversion StringFormat from
RefId[E] to StringFormat[RefId[E]]
Inherited by implicit conversion Ensuring from
RefId[E] to Ensuring[RefId[E]]
Inherited by implicit conversion ArrowAssoc from
RefId[E] to ArrowAssoc[RefId[E]]
A wrapper for a value, which uses reference equality of the wrapped value as its own equality. This can be used, for example, to get the equivalent of an
IdentityHashMap
from a regularHashMap
.