NullableStreamFilteringExtensions<T> extension
- on
-
- Stream<
T?>
- Stream<
Methods
-
exceptNull(
) → Stream< T> - Creates a new stream from this stream that discards null elements.
-
whereNull(
) → Stream< T?> - Creates a new stream from this stream that discards non-null elements.