transform method

T transform(
  1. T value
)

Implementation

T transform(T value) {
  return this(value);
}