DefaultIfEmptyExtension<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
defaultIfEmpty(
T defaultValue) → Stream< T> -
Available on Stream<
Emit items from the source Stream, or a single default item if the source Stream emits nothing.T> , provided by the DefaultIfEmptyExtension extension