get

abstract operator fun get(callIndex: Int): Arguments

Alias for getArgumentsForCall

Return

the Arguments of the given invocation or null if the Proxy is used for void invocations.

Parameters

callIndex

index of an invocation.

Throws