NullableStreamUtils<T> extension
Helpful methods on streams of nullable values.
- on
-
- Stream<
T?>
- Stream<
Methods
-
notNull(
) → Stream< T> -
Available on Stream<
Transforms a stream of typeT?> , provided by the NullableStreamUtils extensionT?
to typeT
by filtering out nulls.