FunctionFactory<T, R> typedef

FunctionFactory<T, R> = R Function(T value)

Implementation

typedef FunctionFactory<T, R> = R Function(T value);