Interface StreamLibWithProperty

Stream library that provides a stream property which is a function to create a stream.

Template

the type of the stream's values.

Hierarchy

  • StreamScan
    • StreamLibWithProperty

Properties

Methods

Properties

scan: Scan

The stream library's scan function.

Methods

  • The function to create a stream.

    Returns

    the created stream.

    Type Parameters

    • T

    Parameters

    • Optional value: T

      the initial value for the stream.

    Returns Stream<T>

Generated using TypeDoc