typedefs/convert_callback library

Typedefs

ConvertCallback<T, R> = R Function(T)
A Function that converts an instance of T to an instance of R.