IterableNullableExtension<T extends Object> extension

Extensions that apply to iterables with a nullable element type.

on

Methods

whereNotNull() Iterable<T>
The non-null elements of this Iterable.