getAll<R extends T> method

Iterable<R> getAll<R extends T>()
inherited

Same as getAllByTag, but accepts type R.

Implementation

Iterable<R> getAll<R extends T>() => substructures.whereType<R>();