OnFinish<T> typedef

OnFinish<T> = void Function(T value)

Implementation

typedef void OnFinish<T>(T value);