gnu.mapping
public abstract class Procedure1or2 extends Procedure
Constructor Summary | |
---|---|
Procedure1or2() | |
Procedure1or2(String n) |
Method Summary | |
---|---|
Object | apply0() |
abstract Object | apply1(Object arg1) |
abstract Object | apply2(Object arg1, Object arg2) |
Object | apply3(Object arg1, Object arg2, Object arg3) |
Object | apply4(Object arg1, Object arg2, Object arg3, Object arg4) |
Object | applyN(Object[] args) |
int | numArgs() |