GetValue<E, T> typedef
GetValue<E, T> =
T Function(E element)
Function that gets value T
for that element.
Implementation
typedef GetValue<E, T> = T Function(E element);
Function that gets value T
for that element.
typedef GetValue<E, T> = T Function(E element);