returnType = type(explicitType);
verifyMethodSignature(method, returnType, parameterTypes);
}
FunctionBinder functionBinder = createFunctionBinder(method, scalarOperator.functionBinder());
operator(operatorType, returnType, parameterTypes, methodHandle, functionBinder);
return true;
}