Consumer<I> typedef

Consumer<I> = void Function(I)

Implementation

typedef Consumer<I> = void Function(I);