putFundef
fun <R> ContextBuilderDsl.putFundef(function: KFunction<R>): ScopedSupplierDeclaration<FundefFunctionWrapper<R>>
Add a function definition to this environment for the given function.
fun <R> ContextBuilderDsl.putFundef(qualifier: Qualifier, function: KFunction<R>): ScopedSupplierDeclaration<FundefFunctionWrapper<R>>
Add a function definition to this environment for the given function and qualifier.
Add a function definition to this environment for the given function, with its configuration.