useOr method

T useOr(
  1. T value
)

As use, but returns value instead of throwing NoValueException.

Implementation

T useOr(T value) => StreamComputedExtensionImpl<T>(this).useOr(value);