ConvertFun<I, O> typedef

ConvertFun<I, O> = O? Function(I input)

Implementation

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