Combine<E> typedef

Combine<E> = E Function(E value, E element)

Implementation

typedef Combine<E> = E Function(E value, E element);