whereNotNullable method

Iterable<E> whereNotNullable()

Implementation

Iterable<E> whereNotNullable() => whereType<E>();