checkDigit abstract method

T checkDigit(
  1. String data
)

Computes the check digit from data.

Implementation

T checkDigit(String data);