whereResolved method

Iterable<T> whereResolved()

Filters to resolved elements (of type T).

Implementation

Iterable<T> whereResolved() => whereType<T>();