of<T> method

T of<T>()

Implementation

T of<T>() {
  return Data.of<T>(this);
}