Package convex.core.lang.impl
Class MapFn<K extends ACell,T extends ACell>
java.lang.Object
convex.core.data.AObject
convex.core.data.ACell
convex.core.lang.AFn<T>
convex.core.lang.impl.ADataFn<T>
convex.core.lang.impl.MapFn<K,T>
- All Implemented Interfaces:
IValidated
,IWriteable
,IFn<T>
-
Field Summary
Fields inherited from class convex.core.data.ACell
cachedRef, EMPTY_ARRAY
-
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
getType, supportsArgs
Methods inherited from class convex.core.data.ACell
announce, announce, attachMemorySize, attachRef, cachedEncoding, cachedHash, calcMemorySize, createAnnounced, createEncoding, createPersisted, createPersisted, createRef, equals, equals, getCanonical, getChildRefs, getEncoding, getEncodingLength, getHash, getMemorySize, getRef, getRef, hashCode, isCompletelyEncoded, isEmbedded, mark, mark, toCVMString, toString, validate, write
Methods inherited from class convex.core.data.AObject
attachEncoding, print, print
-
Constructor Details
-
MapFn
-
-
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 if limit of printing is exceeded otherwise DoS attacks may be possible.
-