Callback<S, T> typedef

Callback<S, T> = S Function(T)

Implementation

typedef Callback<S, T> = S Function(T);