OnValue<T> typedef

OnValue<T> = void Function(T value)

Implementation

typedef OnValue<T> = void Function(T value);