find<T> method

T find<T>()

Implementation

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