whereType<E> method

Iterable<E> whereType<E>()

Implementation

Iterable<E> whereType<E>() => iter.whereType<E>();