convert method

T convert(
  1. S source
)

Implementation

T convert(S source) {
  return convertSource(source);
}