returnValues

abstract var returnValues: List<ReturnValue>

Setter/Getter in order to set/get a List of ReturnValues of the Proxy. If the given List has a smaller size than the actual invocation the last value of the list is used for any further invocation.

Throws

if the given List is empty.