TransformationFunction<T, U> typedef

TransformationFunction<T, U> = U Function(T input, String locale)

A definition for functions that can be passed into FunctionTransformation.

Implementation

typedef TransformationFunction<T, U> = U Function(T input, String locale);