DataDecoder<T> typedef

DataDecoder<T> = T Function(int data)

Implementation

typedef DataDecoder<T> = T Function(int data);