exists<T> method

bool exists<T>()

Implementation

bool exists<T>() {
  return find<T>() != null;
}