returnsMany

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

Alias getMany get.

Parameters

values

which are returned when the getter 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