IterableNullableExtension<T extends Object> extension
Extensions that apply to iterables with a nullable element type.
- on
-
- Iterable<
T?>
- Iterable<
Methods
-
whereNotNull(
) → Iterable< T> -
The non-
null
elements of thisIterable
.