Class ApplyToArgs
java.lang.Object
gnu.mapping.PropertySet
gnu.mapping.Procedure
gnu.mapping.ProcedureN
gnu.kawa.functions.ApplyToArgs
- All Implemented Interfaces:
Named
Implement the standard Scheme function "apply".
This has been generalized so that the last (list argument)
can be any sequence, or any primitive array coercible to Object[].
-
Field Summary
FieldsFields inherited from class ProcedureN
applyToObject, noArgsFields inherited from class Procedure
applyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKeyFields inherited from class PropertySet
nameKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectapplyToConsumerA2A(Procedure proc, CallContext ctx) static ObjectapplyToObjectA2A(Procedure proc, CallContext ctx) static Objectindex(CharSequence str, Object index) Methods inherited from class ProcedureN
applyToObjectMethods inherited from class Procedure
apply0, apply1, applyL, applyToConsumerDefault, applyToObjectDefault, checkArgCount, checkBadCode, getApplyMethod, getApplyToConsumerMethod, getApplyToObjectMethod, getReturnType, getSetter, getSourceLocation, isSideEffectFree, lookupApplyHandle, maxArgs, maxArgs, minArgs, minArgs, numArgs, set0, set1, setN, setSetter, setSourceLocation, toStringMethods inherited from class PropertySet
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol