Increaser<T> typedef

Increaser<T> = T Function(T value)

Implementation

typedef Increaser<T> = T Function(T value);