UncheckedFunctionCall

constructor(name: String, resolve: () -> FunctionCall<T>?)

Parameters

name

name of the function call, shown in unresolved reference error messages

resolve

supplier of the optional call, looked up by name

T

expected output type of the function