HashConsedRef

scalus.utils.HashConsedRef
See theHashConsedRef companion trait
object HashConsedRef

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def deferred[A <: AnyRef](complete: State => Boolean, op: (State, Int, HSRIdentityHashMap) => A): HashConsedRef[A]
def fromData[A <: AnyRef](a: A): HashConsedRef[A]
def fromForward[A <: AnyRef](state: State, ihc: Int, tag: Tag): HashConsedRef[A]