invoke

abstract operator fun invoke(arguments: Map<Symbol, T>): T

Calls this expression from arguments.

Return

the value.

Parameters

arguments

the map of arguments.

Sources

Link copied to clipboard