OnValueCallBack<T> typedef

OnValueCallBack<T> = dynamic Function(T data)

携带返回值回调

Implementation

typedef OnValueCallBack<T>=Function(T data);