537538539540541542543544545546547
if (dataBinding == null) { return data; } return dataBinding.copy(data, sourceDataType, targetDataType, sourceOperation, targetOperation); } /** * Copy an array of data objects passed to an operation * @param data array of objects to copy