Uses of Interface
convex.core.data.IRefFunction
Packages that use IRefFunction
Package
Description
Fundamental Convex classes used for the decentralised network
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
Core CVM implementation
Internal CVM language implementation classes
CVM Operations, effectively the "machine code" of the CVM
Convex network transaction types.
Convex utility classes and miscellaneous functionality
-
Uses of IRefFunction in convex.core
Methods in convex.core with parameters of type IRefFunctionModifier and TypeMethodDescriptionBelief.updateRefs
(IRefFunction func) Block.updateRefs
(IRefFunction func) BlockResult.updateRefs
(IRefFunction func) Order.updateRefs
(IRefFunction func) State.updateRefs
(IRefFunction func) -
Uses of IRefFunction in convex.core.data
Methods in convex.core.data with parameters of type IRefFunctionModifier and TypeMethodDescriptionAccountStatus.updateRefs
(IRefFunction func) ACell.updateRefs
(IRefFunction func) Updates all Refs in this object using the given function.AHashMap.updateRefs
(IRefFunction func) ARecordGeneric.updateRefs
(IRefFunction func) AVector.updateRefs
(IRefFunction func) BlobMap.updateRefs
(IRefFunction func) BlobTree.updateRefs
(IRefFunction func) List.updateRefs
(IRefFunction func) MapEntry.updateRefs
(IRefFunction func) MapLeaf.updateRefs
(IRefFunction func) MapTree.updateRefs
(IRefFunction func) PeerStatus.updateRefs
(IRefFunction func) Ref.updateRefs
(Ref<T>[] refs, IRefFunction func) Updates an array of Refs with the given function.static <R extends ACell>
RRef.updateRefs
(R a, IRefFunction func) SetLeaf.updateRefs
(IRefFunction func) SetTree.updateRefs
(IRefFunction func) SignedData.updateRefs
(IRefFunction func) StringTree.updateRefs
(IRefFunction func) Syntax.updateRefs
(IRefFunction func) VectorArray.updateRefs
(IRefFunction func) VectorLeaf.updateRefs
(IRefFunction func) VectorTree.updateRefs
(IRefFunction func) -
Uses of IRefFunction in convex.core.lang
Methods in convex.core.lang with parameters of type IRefFunctionModifier and TypeMethodDescriptionAFn.updateRefs
(IRefFunction func) AOp.updateRefs
(IRefFunction func) -
Uses of IRefFunction in convex.core.lang.impl
Methods in convex.core.lang.impl with parameters of type IRefFunctionModifier and TypeMethodDescriptionADataFn.updateRefs
(IRefFunction func) CoreFn.updateRefs
(IRefFunction func) Fn.updateRefs
(IRefFunction func) MultiFn.updateRefs
(IRefFunction func) -
Uses of IRefFunction in convex.core.lang.ops
Methods in convex.core.lang.ops with parameters of type IRefFunctionModifier and TypeMethodDescriptionAMultiOp.updateRefs
(IRefFunction func) Cond.updateRefs
(IRefFunction func) Constant.updateRefs
(IRefFunction func) Def.updateRefs
(IRefFunction func) Lambda.updateRefs
(IRefFunction func) Let.updateRefs
(IRefFunction func) Local.updateRefs
(IRefFunction func) Lookup.updateRefs
(IRefFunction func) Set.updateRefs
(IRefFunction func) Special.updateRefs
(IRefFunction func) -
Uses of IRefFunction in convex.core.transactions
Methods in convex.core.transactions with parameters of type IRefFunctionModifier and TypeMethodDescriptionCall.updateRefs
(IRefFunction func) Invoke.updateRefs
(IRefFunction func) Multi.updateRefs
(IRefFunction func) -
Uses of IRefFunction in convex.core.util
Methods in convex.core.util with parameters of type IRefFunctionModifier and TypeMethodDescriptionstatic <T extends ACell>
TUtils.updateRefs
(T o, IRefFunction func)