transform Each Read
Transform each L2ReadOperand through the given lambda, producing either a new L2Operand of the same type, or the receiver.
Return
The transformed operand or the receiver.
Parameters
transformer
The lambda to transform L2ReadOperands.