Script Linker
object ScriptLinker
Functions
Link copied to clipboard
fun <ParameterType, ReturnType> function1Allocator(): (MethodHandle?, Method?) -> (ParameterType) -> ReturnType
Link copied to clipboard
fun <ParameterType1, ParameterType2, ReturnType> function2Allocator(): (MethodHandle?, Method?) -> (ParameterType1, ParameterType2) -> ReturnType
Link copied to clipboard