Function
invokeBinaryMethod(_:on:with:)
Invokes a binary method on a receiver value with one argument.
func invokeBinaryMethod(_ method: OCLBinaryMethod, on receiver: any EcoreValue, with argument: any EcoreValue) throws -> any EcoreValue
Parameters
method-
The binary method to invoke
receiver-
The receiver value
argument-
The argument value
Return Value
The result of the method invocation