| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION | ||||||
| Action summary | |
|---|---|
any | exec(any args)
Execute the underlying function, passing in the remaining arguments. |
com.apamax.functional.Partial | partial(any arguments)
Add more partial arguments and return a new Partial which wraps this one. |
action<sequence<any>> returns any | static resolve(any actionOrPartial)
Take either an action, or a Partial and return a generic action version of either. |
| Action detail |
|---|
any exec(any args)
Execute the underlying function, passing in the remaining arguments.
com.apamax.functional.Partial partial(any arguments)
Add more partial arguments and return a new Partial which wraps this one.
action<sequence<any>> returns any static resolve(any actionOrPartial)
Take either an action, or a Partial and return a generic action version of either.
| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION | ||||||