• Creates a stream.

    Returns

    the created stream.

    Type Parameters

    • T

      the type of the stream's values.

    Parameters

    • Optional initial: T

      the stream's initial value.

    Returns Stream<T>

Generated using TypeDoc