Standard.BaseDataPairreduceOn this pagePair.reduce reducefunction Documentation Combines all the elements of the pair using a binary operation. Arguments function: A binary operation that takes two items and combines them. Examples Compute the sum of all the elements in a Pair. Pair.new 10 20 . reduce (+)