MapCallback<V> typedef

MapCallback<V> = V Function(V value)

A callback that has a right or left argument and returns that same argument.

Implementation

typedef MapCallback<V> = V Function(V value);