ValueAccepter<T> typedef

ValueAccepter<T> = void Function(T input)

Implementation

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