Function stream

  • Starts a new array stream so that method calls can be chained together.

    Returns

    the wrapped array stream

    Type Parameters

    • T

    Parameters

    • array: T[]

      an array to wrap

    Returns Stream<T>

Generated using TypeDoc