public class Curry1 extends Procedure1
(lambda (arg1) (lambda (arg2) (proc arg1 arg2)))
.
The Scheme syntax ->TYPE
creates one of these.Modifier and Type | Field and Description |
---|---|
static Curry1 |
makeConverter |
compilerKey, compilerXKey, validateApplyKey, validateXApplyKey
nameKey
Constructor and Description |
---|
Curry1(java.lang.String name,
Procedure proc2) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply1(java.lang.Object arg) |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toString
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
public static final Curry1 makeConverter
public Curry1(java.lang.String name, Procedure proc2)
public java.lang.Object apply1(java.lang.Object arg)
apply1
in class Procedure1