o_AcceptsArgTypesFromFunctionType

abstract override fun o_AcceptsArgTypesFromFunctionType(self: AvailObject, functionType: A_Type): Boolean

Answer whether the argument types supported by the specified function type are acceptable argument types for invoking a FunctionDescriptor whose type is self.

Return

true if the arguments of self are, pairwise, more general than those of functionType, false otherwise.

Parameters

self

A function type.

functionType

A function type.

See also