get<T> method

T get<T>()

Implementation

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