o_AcceptsListOfArgValues

open override fun o_AcceptsListOfArgValues(self: AvailObject, argValues: List<A_BasicObject>): Boolean

Answer whether these are acceptable arguments for invoking a FunctionDescriptor whose type is self.

Return

true if the arguments of the receiver are, pairwise, more general than the types of the values within the argValues list, false otherwise.

See also

Parameters

self

The receiver.

argValues

A list containing the argument values to be checked.