findObjectsOfType<T> abstract method

Iterable<T> findObjectsOfType<T>()

Used to find all objects of type T

Implementation

Iterable<T> findObjectsOfType<T>();