gh-pages / com.nextfaze.devfun.function / FunctionInvoke

FunctionInvoke

typealias FunctionInvoke = (receiver: Any?, args: List<Any?>) -> Any? (source)

Definition of generated function to call that invokes the function definition.

Note: At present nullable types are not inherently supported. KAPT does not provide enough information to determine if a type is nullable or not (and there are other issues to be considered). It is intended to be permitted in the future.

Return Invocation of function.