NullableStreamUtils<T> extension

Helpful methods on streams of nullable values.

on
  • Stream<T?>

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.