Package convex.core.lang.impl
Class SetFn<T extends ACell>
- All Implemented Interfaces:
IValidated
,IWriteable
,IFn<CVMBool>
-
Field Summary
Fields inherited from class convex.core.data.ACell
cachedRef, memorySize
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.core.lang.impl.ADataFn
encode, encodeRaw, estimatedEncodingSize, getRefCount, getTag, hasArity, isCanonical, isCVMValue, toCanonical, updateRefs, validateCell
Methods inherited from class convex.core.lang.AFn
equals, getType, isDataValue, supportsArgs
Methods inherited from class convex.core.data.ACell
attachMemorySize, attachRef, cachedEncoding, cachedHash, calcMemorySize, createEncoding, createRef, equals, genericEquals, getCanonical, getChildRefs, getEncoding, getEncodingLength, getHash, getMemorySize, getMemorySize, getRef, getRef, hashCode, isEmbedded, toCVMString, toString, validate
Methods inherited from class convex.core.data.AObject
attachEncoding, print, print
-
Constructor Details
-
SetFn
-
-
Method Details
-
wrap
-
invoke
Description copied from interface:IFn
Invoke this function in the given context. -
print
Description copied from class:AObject
Prints this Object to a readable String Representation. SECURITY: Must halt and return false in O(1) time when limit of printing is exceeded otherwise DoS attacks may be possible.
-