| Function |
Deprecated.
|
| Function.ArgDrivenFunction |
Deprecated.
Abstract class that provides rudimentary abstraction to quickly implement
a function that classifies first arg as special input and rest as regular
input.
|
| Function.ArgDrivenListFunction |
Deprecated.
Extends ArgDrivenConverter to provide rudimentary abstraction to quickly
implement a function that works on an input list|array
i.e.
|
| Function.ArgDrivenSingleFunction |
Deprecated.
Extends ArgDrivenConverter to provide rudimentary abstraction to quickly
implement a function that works on a single input
i.e.
|
| Function.BaseFunction |
Deprecated.
Abstract class that processes var-args and calls two abstract methods
If its single list arg, or many args, calls applyList()
else calls applySingle()
|
| Function.ListFunction |
Deprecated.
Abstract class that provides rudimentary abstraction to quickly implement
a function that works on an List of input
i.e.
|
| Function.SingleFunction |
Deprecated.
Abstract class that provides rudimentary abstraction to quickly implement
a function that works on an single value input
i.e.
|
| Function.SquashFunction |
Deprecated.
squashNull is a special kind of null processing,the input is always a list or map as a singleton
|
| FunctionArg |
|
| FunctionEvaluator |
|