WhereNotNullExtension<T extends Object> extension
Extends the Stream class with the ability to convert the source Stream
to a Stream which emits all the non-null
elements
of this Stream, in their original emission order.
- on
-
- Stream<
T?>
- Stream<
Methods
-
whereNotNull(
) → Stream< T> -
Available on Stream<
Returns a Stream which emits all the non-T?> , provided by the WhereNotNullExtension extensionnull
elements of this Stream, in their original emission order.