call<T> method

T call <T>()

Implementation

T call<T>() {
 return get<T>();
  }