UnwrapStream<T> extension

on

Methods

unwrap() Stream<T>

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

Unwraps nullable events from the stream, emitting only non-null values.