gnu.kawa.functions

Class Apply

public class Apply extends ProcedureN

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
static Applyapply
Method Summary
voidapply(CallContext ctx)
ObjectapplyN(Object[] args)
static ObjectdoApply(Procedure proc, Object[] args)

Field Detail

apply

public static final Apply apply

Method Detail

apply

public void apply(CallContext ctx)

applyN

public Object applyN(Object[] args)

doApply

public static Object doApply(Procedure proc, Object[] args)