returnsMany

abstract infix override fun returnsMany(values: List<ReturnValue>)

Alias setter of returnValues.

Parameters

values

which are returned when the Proxy is invoked. 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.