Inspector<T> typedef

Inspector<T> = void Function(T input)

Implementation

typedef Inspector<T> = void Function(T input);