CombineCallback<S, T> typedef

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

Implementation

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