o_AcceptsArgTypesFromFunctionType

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

Answer whether the argument types supported by the specified FunctionTypeDescriptor 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