scalus.utils.HashConsed.State
See theState companion object
case class State(forwardRefAcceptors: Map[(Int, Int), ForwardRefAcceptor], refs: Map[(Int, Int), CachedTaggedRef[_]], forwardValueAcceptors: Map[(Int, Int), ForwardValueAcceptor])
Value parameters
- forwardRefAcceptors
-
- set of forward references, which are not yet resolved from hashConded
- forwardValueAcceptors
-
- set of callbacks, which should be called after the value is readed.
- refs
-
- set of references
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article