Interface StreamLibWithFunction

Hierarchy

  • StreamScan
    • StreamLibWithFunction
  • 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>

Properties

Properties

scan: Scan

The stream library's scan function.

Generated using TypeDoc