invoke

inline operator fun invoke(arguments: ArgumentsBuilder): Any?(source)
operator fun invoke(arguments: ArgumentList): Any?(source)

Invoke the referenced function with the given parameters. Will error if the underlying function is suspend.

Throws

if invocation fails