Transformation<I, O> typedef

Transformation<I, O> = O Function(I input)

Implementation

typedef Transformation<I, O> = O Function(I input);