combiner property

A Function(A, A) combiner
final

A function that accepts two partial results and merges them.

Implementation

final A Function(A, A) combiner;