Uses of Class
convex.core.data.RefDirect
Packages that use RefDirect
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of RefDirect in convex.core.data
Fields in convex.core.data declared as RefDirectModifier and TypeFieldDescriptionRef.FALSE_VALUE
static RefDirect<?>
Ref.NULL_VALUE
Ref for null value.Ref.TRUE_VALUE
Methods in convex.core.data that return RefDirectModifier and TypeMethodDescriptionRefDirect.create(T value)
Creates a new Direct ref to the given value.Creates a direct Ref to the given valueConstruction function for a Direct RefRefDirect.ensureCanonical()
RefDirect.withFlags(int newFlags)