safeGetValue method

T safeGetValue(
  1. double t
)

Implementation

T safeGetValue(double t) {
  return _getValue(t);
}