R - the return type of the functionpublic interface FiniteArgumentFunction<R>
| Modifier and Type | Method and Description |
|---|---|
int |
numberOfArgs()
The number of arguments that the function accepts
|
FuncN<R> |
toFuncN()
Transform this function to a
FuncN, binding the arguments automatically. |