find<T> method

T? find<T>()

Implementation

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