Package convex.core.lang.impl
Class SeqFn<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.SeqFn<T>
- Type Parameters:
T
- Type of values to return
- All Implemented Interfaces:
IValidated
,IWriteable
,IFn<T>
Wrapper for interpreting a sequence object as an invokable function
-
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
-
SeqFn
-
-
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.
-