NullableStreamUtils<T> extension

Helpful methods on streams of nullable values.

on

Methods

notNull() Stream<T>
Transforms a stream of type T? to type T by filtering out nulls.