findInstancesOfType<T> method Null safety

Iterable<T> findInstancesOfType<T>()

Finds all the instances with type T

Implementation

Iterable<T> findInstancesOfType<T>();