NullableStreamUtils<T> extension

Helpful methods on streams of nullable values.

on

Methods

notNull() Stream<T>

Available on Stream<T?>, provided by the NullableStreamUtils extension

Transforms a stream of type T? to type T by filtering out nulls.