ZoneUnaryCallback<R, T> 类型定义

ZoneUnaryCallback<R, T> = R 函数(T)

实现

typedef ZoneUnaryCallback<R, T> = R Function(T);