Action1<TParam> typedef

Action1<TParam> = void Function(TParam param)

Implementation

typedef Action1<TParam> = void Function(TParam param);