call<S> method

S call<S>()

Implementation

S call<S>() {
  return find<S>();
}