SelectCallback<S, R> typedef

SelectCallback<S, R> = R Function(S)

Implementation

typedef SelectCallback<S, R> = R Function(S);