Transform<T, E> typedef

Transform<T, E> = T Function(E)

Implementation

typedef Transform<T, E> = T Function(E);