FlowMapper<T, T2> typedef

FlowMapper<T, T2> = T2 Function(T value)

Implementation

typedef FlowMapper<T, T2> = T2 Function(T value);