JBiConsumer<T1, T2> typedef

JBiConsumer<T1, T2> = void Function(T1, T2)

Implementation

typedef JBiConsumer<T1, T2> = void Function(T1, T2);