GetValue<E, T> typedef

GetValue<E, T> = T Function(E element)

Function, that value T for tha elemet.

Implementation

typedef GetValue<E, T> = T Function(E element);