Represents classes or functions that you can apply in a type-unsafe way.
no type hierarchy
| Methods | |
apply | Source Codeshared formal Type apply(Anything[] arguments)Type-unsafe application, to be used when the argument types are unknown until runtime. This has the same behaviour as invoking the applicable directly, but exchanges compile-time type safety with runtime checks. Throws
|
namedApply | Source Codeshared formal Type namedApply({<String->Anything>*} arguments)Type-unsafe application by name, to be used when the argument types are unknown until runtime. This has the same behaviour as invoking the applicable directly, but exchanges compile-time type safety with runtime checks. Throws
|
| Inherited Methods |
Methods inherited from: Object |