JConsumer<T> typedef

JConsumer<T> = void Function(T)

Implementation

typedef JConsumer<T> = void Function(T);